tiseza_oss_live/bin/DevExpress.Web.Mvc5.v20.1.xml

49507 lines
3.1 MiB

<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>DevExpress.Web.Mvc5.v20.1</name>
</assembly>
<members>
<member name="N:DevExpress.Web.Mvc">
<summary>
<para>Contains classes which implement the common functionality of DevExpress Extensions for ASP.NET MVC.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension"/> object representing the form extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension.GetValue(System.String,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Returns information about appointment reccurrences.</para>
</summary>
<param name="name">A string value that is the control name.</param>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance specifying the recurrence pattern.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object containing information about appointment recurrences.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.AppointmentRecurrenceFormExtension.GetValue(System.String,DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.TimeZoneHelper)">
<summary>
<para>Returns information about appointment reccurrences.</para>
</summary>
<param name="name">A string value that is the control name.</param>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance specifying the recurrence pattern.</param>
<param name="timeZoneHelper">A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> object used for time zone conversion.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object containing information about appointment recurrences.</returns>
</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 <see cref="T:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.DayNumber">
<summary>
<para>Gets or sets the month&#39;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>true to enable client-side programmatic access to the controls on the form; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.End">
<summary>
<para>Gets the recurrence&#39;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>true if the form is created again and does not require creation of a child control hierarchy; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings.IsRecurring">
<summary>
<para>Gets a value indicating if the appointment is recurring.</para>
</summary>
<value>true if the appointment is recurring; otherwise, false.</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&#39;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&#39;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&#39;s recurrences.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceType"/> enumeration value that specifies the recurrence&#39;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 on which the corresponding appointment recurs.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration&#39;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.AutoCompleteBoxBaseSettings">
<summary>
<para>Represents the base for ComboBox and TokenBox extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.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.AutoCompleteBoxBaseSettings.CustomFiltering">
<summary>
<para>Provides the capability to implement custom filtering logic before the server-side filtering is executed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ListEditCustomFilteringEventHandler"/> delegate method allowing you to implement custom filtering.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.ItemRowPrepared">
<summary>
<para>Enables the settings of individual rows to be changed.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ListBoxItemRowPreparedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.ItemTextCellPrepared">
<summary>
<para>Occurs on the server side before a text cell has been rendered.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ListBoxItemTextCellPreparedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.LoadingPanelDelay">
<summary>
<para>Gets or sets the delay before displaying the loading panel in the editor.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.LoadingPanelImage">
<summary>
<para>Gets the settings of an image displayed within a Loading Panel.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.LoadingPanelImagePosition">
<summary>
<para>Gets or sets the position of an image displayed within a loading panel.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.LoadingPanelStyle">
<summary>
<para>Gets the style settings of a specific loading panel displayed while waiting for a callback response.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.LoadingPanelText">
<summary>
<para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.ReadOnly">
<summary>
<para>Gets or sets a value that specifies whether an end-user can modify an editor&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.SetItemTemplateContent(System.Action{DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the content of all items within the control.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.SetItemTemplateContent(System.String)">
<summary>
<para>Allows setting a common template used for displaying the content of all items within the control.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.AutoCompleteBoxBaseSettings.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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="M:DevExpress.Web.Mvc.BinaryImageEditExtension.GetCallbackResult">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action specified by the <see cref="P:DevExpress.Web.Mvc.BinaryImageEditSettings.CallbackRouteValues"/> property.</para>
</summary>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.BinaryImageEditExtension.GetCallbackResult(DevExpress.Web.BinaryStorageMode)">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action specified by the <see cref="P:DevExpress.Web.Mvc.BinaryImageEditSettings.CallbackRouteValues"/> property.</para>
</summary>
<param name="storageMode">One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values specifying the storage for binary data.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.BinaryImageEditExtension.GetCallbackResult(DevExpress.Web.BinaryStorageMode,DevExpress.Web.BinaryImageUploadValidationSettings)">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action specified by the <see cref="P:DevExpress.Web.Mvc.BinaryImageEditSettings.CallbackRouteValues"/> property.</para>
</summary>
<param name="storageMode">One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values specifying the storage for binary data.</param>
<param name="uploadValidationSettings">A <see cref="T:DevExpress.Web.BinaryImageUploadValidationSettings"/> object containing settings that relate to the validation of an uploaded image.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.BinaryImageEditSettings">
<summary>
<para>Contains BinaryImage extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.BinaryImageEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.BinaryImageEditSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.BinaryImageEditSettings.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.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 BinaryImage.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties"/> object containing BinaryImage specific settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinaryImageEditSettings.ToolTip">
<summary>
<para>Gets or sets the editor&#39;s tooltip text.</para>
</summary>
<value>A string value that specifies the text displayed within the tooltip.</value>
</member>
<member name="N:DevExpress.Web.Mvc.BinderSettings">
<summary>
<para>Contains classes that provide binding settings for certain MVC extensions (HtmlEditor and UploadControl).</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.BinderSettings.BinderSettingsBase">
<summary>
<para>Serves as a base for classes providing binding settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.BinderSettings.HtmlEditorBinderSettings">
<summary>
<para>Contains binding settings for the HtmlEditor.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.BinderSettings.HtmlEditorBinderSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.BinderSettings.HtmlEditorBinderSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.HtmlEditorBinderSettings.HtmlCorrectingHandler">
<summary>
<para>Enables you to perform any custom check or transformation of the editor&#39;s HTML code.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.HtmlEditorBinderSettings.HtmlEditingSettings">
<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.BinderSettings.HtmlEditorBinderSettings.ValidationHandler">
<summary>
<para>Enables you to specify whether the editor&#39;s content is valid.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.HtmlEditorBinderSettings.ValidationSettings">
<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="T:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings">
<summary>
<para>Contains binding settings for the UploadControl.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.AmazonSettings">
<summary>
<para>Provides access to the account settings required to upload files to the Amazon Simple Storage Service (Amazon S3).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlAmazonSettings"/> object that is the Amazon account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.AzureSettings">
<summary>
<para>Gets settings allowing an upload control to access a file system storage in the Azure Service.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlAzureSettings"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.DropboxSettings">
<summary>
<para>Provides access to the account settings required to upload files to the Dropbox Service.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlDropboxSettings"/> object that is the Dropbox account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.FilesUploadCompleteHandler">
<summary>
<para>Enables you to perform a custom action after the selected files have been uploaded to the server.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.FilesUploadCompleteEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.FileUploadCompleteHandler">
<summary>
<para>Enables you to perform a custom action after a file has been uploaded to the server.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.FileUploadCompleteEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.GoogleDrivePersonalSettings">
<summary>
<para>Gets settings allowing an upload control to access a file system storage in the Google Drive (personal account).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlGoogleDrivePersonalSettings"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.GoogleDriveSettings">
<summary>
<para>Gets settings allowing an upload control to access a file system storage in the Google Drive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlGoogleDriveSettings"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.OneDrivePersonalSettings">
<summary>
<para>Gets settings allowing an upload control to access a file system storage in the OneDrive (personal account).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlOneDrivePersonalSettings"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.OneDriveSettings">
<summary>
<para>Gets settings allowing an upload control to access a file system storage in the OneDrive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlOneDriveSettings"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.SharePointSettings">
<summary>
<para>Gets settings allowing an upload control to access a file system storage in SharePoint Document Library.</para>
</summary>
<value>SharePoint settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.UploadStorage">
<summary>
<para>Specifies the type of storage used by the UploadControl extension.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.UploadControlUploadStorage"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings.ValidationSettings">
<summary>
<para>Gets the extension&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object that contains validation settings.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.ButtonEditSettings">
<summary>
<para>Contains the ButtonEdit extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ButtonEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ButtonEditSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ButtonEditSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ButtonEditSettings.AutoCompleteType">
<summary>
<para>Gets or sets a value that indicates the editor&#39;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 ButtonEdit editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxButtonEditProperties"/> object containing the ButtonEdit 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ButtonEditSettings.SetButtonTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to provide a template for rendering the editor&#39;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&#39;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>true if model error messages are automatically displayed for an invalid editor; false 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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.ButtonSettings">
<summary>
<para>Contains the Button extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ButtonSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ButtonSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ButtonSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ButtonSettings.AllowFocus">
<summary>
<para>Gets or sets a value specifying whether the button can receive focus.</para>
</summary>
<value>true, if the button can receive focus; otherwise, false.</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>true if validation is performed when the button is clicked; otherwise, false.</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>true if the button is checked; otherwise, false.</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>true if the button is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ButtonSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the Button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ButtonClientSideEvents"/> object which allows assigning handlers to the client-side events available to the Button.</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>true to make a Button initially displayed; false 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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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 <see cref="T:DevExpress.Web.Mvc.ButtonSettings"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false 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.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 <see cref="T:DevExpress.Web.ButtonImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ButtonSettings.RenderMode">
<summary>
<para>Gets or sets a value that specifies whether a Button is rendered as a button or as a link.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ButtonRenderMode"/> enumeration values.</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"></see> 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 Button.</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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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&#39;s submit mechanism or the ASP.NET postback mechanism.</para>
</summary>
<value>true, if the button uses the client browser&#39;s submit mechanism; otherwise, false. The default is false.</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>true to validate both visible and invisible editors; false 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 a validation.</para>
</summary>
<value>A string value that specifies the naming container&#39;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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 the Calendar extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CalendarSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CalendarSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CalendarSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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.CustomDisabledDate">
<summary>
<para>Enables disabling the calendar&#39;s days.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarCustomDisabledDateEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</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 <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.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&#39;s hyper link and a target.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.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&#39;s appearance.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarDayCellPreparedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CalendarSettings.LoadingPanelImage">
<summary>
<para>Gets the settings of an image to be displayed within a loading panel while waiting for a callback response.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CalendarSettings.LoadingPanelStyle">
<summary>
<para>Gets the style settings of a specific loading panel displayed while waiting for a callback response.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CalendarSettings.PickerViewCellCreated">
<summary>
<para>Enables you to customize the created cell in the calendar picker view.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarPickerViewCellCreatedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CalendarSettings.PickerViewCellInitialize">
<summary>
<para>Enables you to customize the cell in the calendar picker view when the cell is initialized.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CalendarSettings.PickerViewCellPrepared">
<summary>
<para>Enables you to change the settings of an individual cell in the calendar picker view.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarPickerViewCellPreparedEventArgs"/>,&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 Calendar editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCalendarProperties"/> object containing the Calendar 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CalendarSettings.RenderIFrameForPopupElements">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s popup dialogs are displayed above Java applets 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.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"></see> 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.CalendarSelection"/> object that represents the collection of selected dates.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CalendarSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</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>true if model error messages are automatically displayed for an invalid editor; false 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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.CallbackPanelSettings">
<summary>
<para>Contains CallbackPanel extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CallbackPanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.Callback">
<summary>
<para>Obsolete API. Use the <see cref="P:DevExpress.Web.Mvc.CallbackPanelSettings.CallbackRouteValues"/> property instead.</para>
</summary>
<value></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 CallbackPanel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CallbackPanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the CallbackPanel.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.EnableAnimation">
<summary>
<para>Obsolete API. Use the <see cref="P:DevExpress.Web.Mvc.CallbackPanelSettings.EnableCallbackAnimation"/> property instead.</para>
</summary>
<value></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&#39;s content is updated via a callback.</para>
</summary>
<value>true if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.HideContentOnCallback">
<summary>
<para>Gets or sets a value that specifies whether the panel&#39;s contents are hidden while a callback sent by the panel is being processed on the server side.</para>
</summary>
<value>true to hide the panel&#39;s content; false 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>An <see cref="T:DevExpress.Web.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></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.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.LoadingPanelText">
<summary>
<para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.ShowLoadingPanel">
<summary>
<para>Gets or sets whether the loading panel can be displayed.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.CallbackPanelSettings.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></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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CallbackPanelStyles"/> object that provides style settings for view elements.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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>true, if the entered text successfully passed verification; otherwise, false.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.CaptchaSettings">
<summary>
<para>Contains the Captcha extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CaptchaSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CaptchaSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CaptchaSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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 settings of image displayed within the challenge image element.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Captcha.CaptchaImageProperties"/> 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&#39;s challenge image.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Captcha.ChallengeImageCustomRenderEventHandler"/> delegate method allowing you to implement custom logic for rendering a Captcha&#39;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 <see cref="T:DevExpress.Web.CallbackClientSideEventsBase"/> 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>true to initially display a Captcha; false 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&#39;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>true, if a specific animation effect is used; otherwise, false.</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 DevExpress.Web.Captcha.CaptchaImages object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CaptchaSettings.LoadingPanel">
<summary>
<para>Gets the settings of the Captcha&#39;s loading panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains settings specific to a Captcha&#39;s loading panel.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CaptchaSettings.LoadingPanelImage">
<summary>
<para>Gets the position of an image displayed within a loading panel with respect to the panel&#39;s text content.</para>
</summary>
<value>An object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CaptchaSettings.LoadingPanelStyle">
<summary>
<para>Gets the style settings of a specific loading panel displayed while waiting for a callback response.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CaptchaSettings.RefreshButton">
<summary>
<para>Gets the settings of the captcha&#39;s refresh button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Captcha.RefreshButtonProperties"/> object that contains settings specific to a captcha&#39;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"></see> 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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Captcha.CaptchaStyles"/> 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&#39;s text box.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Captcha.CaptchaTextBoxProperties"/> object that contains settings specific to an editor&#39;s text box.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CaptchaSettings.ValidationSettings">
<summary>
<para>Gets the Captcha&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Captcha.CaptchaValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewColumnState">
<summary>
<para>Contains information (the current state) on an individual column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewColumnState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewColumnState.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> class with the specified field name.</para>
</summary>
<param name="fieldName">The data field name identifying a CardView column that relates to the processed operation.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewColumnState.AllowFilterBySearchPanel">
<summary>
<para>Specifies whether end-users can filter data by the column&#39;s display text using the search panel.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewColumnState.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.CardViewColumnState.FilterExpression">
<summary>
<para>Gets or sets the column&#39;s filter expression.</para>
</summary>
<value>A <see cref="T:System.String"/> value that represents the column&#39;s filter expression.</value>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewColumnState.ForceType(System.Type)">
<summary>
<para>Inform the CardView extension about the types of its columns.</para>
</summary>
<param name="columnType">The CardView&#39;s column type.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewColumnState.SortIndex">
<summary>
<para>Gets or sets the column&#39;s position among sorted columns.</para>
</summary>
<value>An integer value that specifies the zero-based column&#39;s index among sorted columns. &#0045;1 if data is not sorted by this column.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewColumnState.SortOrder">
<summary>
<para>Gets or sets the column&#39;s sort order.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column&#39;s sort order.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewColumnStateCollection">
<summary>
<para>A collection that contains information (the current state) on column objects.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewColumnStateCollection.Add">
<summary>
<para>Adds a new column state object to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> representing the newly created column state object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewColumnStateCollection.Add(DevExpress.Web.Mvc.CardViewColumnState)">
<summary>
<para>Adds the specified column state object to the collection.</para>
</summary>
<param name="column">A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> object to add to the collection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> representing the newly created column state object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewColumnStateCollection.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 CardView column whose state information should be added to the collection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> representing the newly created column state object.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewColumnStateCollection.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&#39;s associated data field.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> object the represents the state information of the column specified by the associated data field name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingArgsBase">
<summary>
<para>Provides base arguments to implement custom binding method delegates.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewCustomBindingArgsBase.#ctor(DevExpress.Web.Mvc.CardViewModel)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingArgsBase"/> class with the specified CardView model object.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object that represents the current state of the CardView view model.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewCustomBindingArgsBase.FilterExpression">
<summary>
<para>Gets the filter condition currently applied to the CardView (if any filtering is used).</para>
</summary>
<value>A string value representing the applied filter criteria.
An empty string, if no filtering is used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewCustomBindingArgsBase.State">
<summary>
<para>Gets an object containing information about the current state on the CardView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object that contains the current state information on the CardView.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingDataArgsBase">
<summary>
<para>Provides base data arguments to implement custom binding method delegates.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewCustomBindingDataArgsBase.#ctor(DevExpress.Web.Mvc.CardViewModel)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingDataArgsBase"/> class with the specified model object.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object that represents the current state of the CardView view model.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewCustomBindingDataArgsBase.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 cards, 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 CardView&#39;s custom view model.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewCustomBindingGetDataArgs.#ctor(DevExpress.Web.Mvc.CardViewModel,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object that represents the current state of the CardView view model.</param>
<param name="startDataCardIndex">An integer specifying the index of the starting data card.</param>
<param name="count">An integer specifying the total count of data cards to be returned.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewCustomBindingGetDataArgs.DataCardCount">
<summary>
<para>Gets the number of currently requested data cards to return.</para>
</summary>
<value>An integer value specifying the number of currently requested data cards to return.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewCustomBindingGetDataArgs.StartDataCardIndex">
<summary>
<para>Gets the index of the first row in the requested cards list.</para>
</summary>
<value>An integer value representing the index of the first card in the requested card list to be returned.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountArgs.#ctor(DevExpress.Web.Mvc.CardViewModel)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object containing the current state of the CardView.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountArgs.#ctor(DevExpress.Web.Mvc.CardViewModel,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object that represents the current state of the CardView view model.</param>
<param name="filterExpression">A string value specifying the filter expression currently applied to the CardView&#39;s data. An empty string, if no filtering is applied.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountArgs.DataCardCount">
<summary>
<para>Gets or sets the total number of data records within a custom model, taking into account the filtering applied within the CardView (if any).</para>
</summary>
<value>An integer value specifying the total number of data records within a model.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler">
<summary>
<para>A delegate method that enables you to return the total number of data records within your model, when implementing custom data binding of the CardView.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountArgs"/> object that contains the related arguments.</param>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler">
<summary>
<para>A delegate method that enables you to populate the CardView view model with data cards requested by the CardView when implementing custom data binding of the CardView.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataArgs"/> object that contains the related arguments.</param>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesArgs.#ctor(DevExpress.Web.Mvc.CardViewModel,System.Collections.Generic.List{DevExpress.Web.Mvc.CardViewSummaryItemState})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object containing the current CardView state.</param>
<param name="summaryItems">A list of <see cref="T:DevExpress.Web.Mvc.CardViewSummaryItemState"/> objects representing the summaries used within the CardView that need to be calculated.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesArgs.SummaryItems">
<summary>
<para>Gets a list of summary items which are used within the CardView 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 CardView.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesHandler">
<summary>
<para>A delegate method that enables you to calculate and return values of summaries required within the CardView when implementing custom data binding of the CardView.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesArgs"/> object that contains the related arguments.</param>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesArgs.#ctor(DevExpress.Web.Mvc.CardViewModel,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object that represents the current state of the CardView view model.</param>
<param name="fieldName">The data field name identifying a CardView column that relates to the processed operation.</param>
<param name="filterExpression">A string value specifying the filter expression currently applied to the CardView&#39;s data. An empty string, if no filtering is applied.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesArgs.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.CardViewCustomBindingGetUniqueHeaderFilterValuesArgs.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="T:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesHandler">
<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 CardView.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesArgs"/> object that contains the related arguments.</param>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewExtension">
<summary>
<para>Represents an extension object implementing the CardView functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.#ctor(DevExpress.Web.Mvc.CardViewSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.#ctor(DevExpress.Web.Mvc.CardViewSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.Bind(System.Object)">
<summary>
<para>Binds the Card 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.CardViewExtension"/> object representing the CardView</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToCustomData(DevExpress.Web.Mvc.CardViewModel)">
<summary>
<para>Binds the CardView to a custom data model when you use the extension in the custom data binding mode.</para>
</summary>
<param name="viewModel">A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object representing the CardView view model to which to bind.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToEF(System.String,System.String)">
<summary>
<para>Binds the CardView to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the CardView to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the CardView to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToEF(System.Type,System.String)">
<summary>
<para>Binds the CardView to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToEF(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the CardView to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the CardView 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.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the CardView 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.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the CardView 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.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToLINQ(System.Type,System.String)">
<summary>
<para>Binds the CardView 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.CardViewExtension"/> object specifying the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToLINQ(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the CardView 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.CardViewExtension"/> object specifying the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.BindToXML(System.String)">
<summary>
<para>Binds the CardView 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.CardViewExtension.BindToXML(System.String,System.String)">
<summary>
<para>Binds the CardView 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.CardViewExtension.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the CardView 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.CardViewExtension.CreatePrintableObject(DevExpress.Web.Mvc.CardViewSettings,System.Object)">
<summary>
<para>Enables a CardView to be printed using the XtraPrinting Library.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"/> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source (typically, it is passed to the CardView&#39;s <see cref="M:DevExpress.Web.Mvc.CardViewExtension.Bind(System.Object)"/> method).</param>
<returns>An object supporting the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface that defines methods that enable CardView to be printed.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object)">
<summary>
<para>Exports the CardView&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String)">
<summary>
<para>Exports the CardView&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object)">
<summary>
<para>Exports the CardView&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String)">
<summary>
<para>Exports the CardView&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToPdf(DevExpress.Web.Mvc.CardViewSettings,System.Object)">
<summary>
<para>Exports the CardView&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToPdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToPdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToPdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToPdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String)">
<summary>
<para>Exports the CardView&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToPdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> 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 System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToPdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToPdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object)">
<summary>
<para>Exports the CardView&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String)">
<summary>
<para>Exports the CardView&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> 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 System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXls(DevExpress.Web.Mvc.CardViewSettings,System.Object)">
<summary>
<para>Exports the CardView&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String)">
<summary>
<para>Exports the CardView&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object)">
<summary>
<para>Exports the CardView&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String)">
<summary>
<para>Exports the CardView&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the CardView&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.ExportToXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the CardView data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.GetBatchDeleteKeys``1">
<summary>
<para>Returns a list of keys that correspond to CardView records deleted on the client side in batch edit mode.</para>
</summary>
<typeparam name="T">A key type.</typeparam>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> object that stores the list of keys.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.GetBatchInsertValues``1(System.String)">
<summary>
<para>Returns a list of values added to the specified column on the client side in batch edit mode.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field or a model property.</param>
<typeparam name="T">A data record type.</typeparam>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> object that stores a list of values that have been added on the client side.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.GetBatchUpdateValues``2(System.String)">
<summary>
<para>Returns a dictionary containing record keys and new values updated in the specified column on the client side in batch edit mode.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field or a model property.</param>
<typeparam name="S">A key type.</typeparam>
<typeparam name="T">A data record type.</typeparam>
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2"/> object that stores the record keys and new values.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.GetCustomDataCallbackResult(System.Object)">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action defined by the <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.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.CardViewExtension.GetEditValue``1(System.String)">
<summary>
<para>Gets editor values from the edit form by a field name.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> that is the name of the database field assigned to the current column.</param>
<typeparam name="T"></typeparam>
<returns>An editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.GetViewModel(System.String)">
<summary>
<para>Returns the CardView&#39;s view model object that maintains the extension state and provides the capacity to populate itself with data when the CardView 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 CardView.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> object representing the CardView view model.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.SetEditErrorText(System.String)">
<summary>
<para>Displays the specified (error) text in a special row at the bottom of the CardView&#39;s Edit Form.</para>
</summary>
<param name="message">A string value specifying the text to be displayed at the bottom of the Edit Form.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> object representing the CardView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the CardView&#39;s data to a stream in CSV format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteCsv(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;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.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the CardView&#39;s data to a stream in DOCX format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteDocx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the CardView&#39;s data to a stream in DOCX format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WritePdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the CardView&#39;s data to a stream in PDF format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WritePdf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the CardView&#39;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.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the CardView&#39;s data to a stream in RTF format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteRtf(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the CardView&#39;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.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A 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.CardViewExtension.WriteXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the CardView&#39;s data to a stream in XLS format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteXls(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to a stream in XLS format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the CardView&#39;s data to a stream in XLSX format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension.WriteXlsx(DevExpress.Web.Mvc.CardViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the CardView&#39;s data to a stream in XLSX format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"></see> object that contains CardView settings.</param>
<param name="dataObject">An object representing the CardView&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewExtension`1">
<summary>
<para>Represents an extension object implementing the CardView functionality.</para>
</summary>
<typeparam name="CardType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension`1.#ctor(DevExpress.Web.Mvc.CardViewSettings{`0})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewExtension`1"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewExtension`1.#ctor(DevExpress.Web.Mvc.CardViewSettings{`0},System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewExtension`1"/> 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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewFilteringState">
<summary>
<para>Contains information about the CardView&#39;s filtering-related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewFilteringState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewFilteringState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewFilteringState.FilterExpression">
<summary>
<para>Gets or sets the text representation of the filter criteria to be applied to the CardView.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewFilteringState.IsFilterApplied">
<summary>
<para>Gets or sets a value specifying whether the filter criteria defined via the <see cref="P:DevExpress.Web.Mvc.CardViewFilteringState.FilterExpression"/> property should be applied to the CardView.</para>
</summary>
<value>true, to apply the filter criteria to the CardView; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewFilteringState.ModifiedColumns">
<summary>
<para>Provides access to a collection of CardView columns which participate in filtering.</para>
</summary>
<value>A collection of objects which specify CardView columns participating in a filtering operation.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewFilteringState.SearchPanelFilter">
<summary>
<para>Gets or sets the filter criterion that is applied to the CardView using the search panel.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewModel">
<summary>
<para>A specific view model object that maintains the CardView&#39;s state and provides the means to populate itself with data when the CardView is used in custom data binding mode.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewModel"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.AppliedFilterExpression">
<summary>
<para>Gets the textual representation of the filter criteria applied to the CardView.</para>
</summary>
<value>A string value that specifies the applied filter expression.</value>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ApplyFilteringState(DevExpress.Web.Mvc.CardViewColumnState)">
<summary>
<para>Updates the state of the CardViewModel with the current single-column filtering state of the CardView.</para>
</summary>
<param name="columnState">A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> object that contains the state of the single-column filtering operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ApplyFilteringState(DevExpress.Web.Mvc.CardViewFilteringState)">
<summary>
<para>Updates the state of the CardViewModel with the current filtering state of the CardView.</para>
</summary>
<param name="filteringState">A <see cref="T:DevExpress.Web.Mvc.CardViewFilteringState"/> object that contains the entire state of the filtering operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ApplyPagingState(DevExpress.Web.Mvc.CardViewPagerState)">
<summary>
<para>Updates the state of the CardViewModel with the current paging state of the CardView.</para>
</summary>
<param name="pagerState">A <see cref="T:DevExpress.Web.Mvc.CardViewPagerState"/> object that contains the state of the paging operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ApplySortingState(DevExpress.Web.Mvc.CardViewColumnState)">
<summary>
<para>Updates the state of the CardViewModel with the current sorting state of the CardView.</para>
</summary>
<param name="columnState">A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> object that contains the state of the sorting operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ApplySortingState(DevExpress.Web.Mvc.CardViewColumnState,System.Boolean)">
<summary>
<para>Updates the state of the CardViewModel with the current sorting state of the CardView.</para>
</summary>
<param name="columnState">A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> object that contains the state of the sorting operation performed by an end-user on the client side.</param>
<param name="reset">true to reset the previous sorting state; false otherwise.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.Assign(DevExpress.Web.Mvc.GridBaseViewModel)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.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.CardViewColumnStateCollection"/> object containing column states.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.FilterExpression">
<summary>
<para>Gets or sets the filter criteria applied to the CardView.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.GroupSummary">
<summary>
<para>Provides access to a collection that contains information on the current state of group summary objects.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.CardViewSummaryItemStateCollection"/> collection containing summary item states.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.IsFilterApplied">
<summary>
<para>Gets or sets values specifying whether the filter expression should be applied to the CardView.</para>
</summary>
<value>true to apply the <see cref="P:DevExpress.Web.Mvc.CardViewModel.FilterExpression"/> to the GridView; false otherwise.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.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.CardViewModel.LayoutMode">
<summary>
<para>Gets or sets the current layout mode for the CardView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Layout"/> enumerator value that specifies the current layout mode.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.Pager">
<summary>
<para>Gets the CardView pager&#39;s main settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.CardViewPagerState"/> object containing information about the paging-related state.</value>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler,DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler)">
<summary>
<para>Delegates the implementation of CardView view model population in the custom data binding mode to Model-layer functions specified via the method&#39;s parameters.</para>
</summary>
<param name="getDataCardCountMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data cards. Implementation is required.</param>
<param name="getDataMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data cards requested by the CardView. Implementation is required.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler,DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesHandler)">
<summary>
<para>Delegates the implementation of CardView view model population in the custom data binding mode to Model-layer functions specified via the method&#39;s parameters.</para>
</summary>
<param name="getDataCardCountMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data cards. Implementation is required.</param>
<param name="getDataMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data cards requested by the CardView. Implementation is required.</param>
<param name="getSummaryValuesMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesHandler"/> delegate method allowing you to implement custom processing to calculate and return values of summaries required within the CardView. Implementation is optional. It is required if you use summaries within the CardView.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler,DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesHandler,DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesHandler)">
<summary>
<para>Delegates the implementation of CardView view model population in the custom data binding mode to Model-layer functions specified via the method&#39;s parameters.</para>
</summary>
<param name="getDataCardCountMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data cards. Implementation is required.</param>
<param name="getDataMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data cards requested by the CardView. Implementation is required.</param>
<param name="getSummaryValuesMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetSummaryValuesHandler"/> delegate method allowing you to implement custom processing to calculate and return values of summaries required within the CardView. Implementation is optional. It is required if you use summaries within the CardView.</param>
<param name="getUniqueHeaderFilterValuesMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesHandler"/> delegate method allowing you to implement custom processing to return unique values to be displayed in the header filter dropdown list invoked for a CardView column. Implementation is optional, it is required if you display header filter buttons to use filtering within the CardView.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler,DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesHandler)">
<summary>
<para>Delegates the implementation of CardView view model population in the custom data binding mode to Model-layer functions specified via the method&#39;s parameters.</para>
</summary>
<param name="getDataCardCountMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataCardCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data cards. Implementation is required.</param>
<param name="getDataMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data cards requested by the CardView. Implementation is required.</param>
<param name="getUniqueHeaderFilterValuesMethod">A <see cref="T:DevExpress.Web.Mvc.CardViewCustomBindingGetUniqueHeaderFilterValuesHandler"/> delegate method allowing you to implement custom processing to return unique values to be displayed in the header filter dropdown list invoked for a CardView column. Implementation is optional. It is required if you display header filter buttons to use filtering within the CardView.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.SearchPanel">
<summary>
<para>Gets settings specifying the search panel state.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.CardViewSearchPanelState"/> object containing information about the search panel state.</value>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewModel.SortBy(DevExpress.Web.Mvc.CardViewColumnState,System.Boolean)">
<summary>
<para>Changes the CardView&#39;s sorting state according to the processed sorting operation.</para>
</summary>
<param name="column">A <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> object containing the current state of the column related to the performed sorting operation.</param>
<param name="reset">true if the SHIFT key was not pressed during the performed sort operation and the previous sorting state should be reset; false if the sort operation was performed with the SHIFT key pressed and the previous sorting state should be preserved.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.SortedColumns">
<summary>
<para>Gets a collection of sorted columns.</para>
</summary>
<value>A collection of <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/> objects providing information about the sorted columns in the CardView.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewModel.TotalSummary">
<summary>
<para>Provides access to a collection that contains information on the current state of total summary objects.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.CardViewSummaryItemStateCollection"/> collection containing summary item states.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewOperationType">
<summary>
<para>Lists values that identify data operations initiated within the CardView.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.CardViewOperationType.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.CardViewOperationType.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.CardViewOperationType.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.CardViewPagerState">
<summary>
<para>Contains information about the CardView&#39;s paging-related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewPagerState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewPagerState"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewPagerState.Assign(DevExpress.Web.Mvc.GridBasePagerState)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBasePagerState"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBasePagerState"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewPagerState.PageIndex">
<summary>
<para>Gets or sets the index of the currently selected page in the CardView.</para>
</summary>
<value>An integer value that specifies the active CardView page index.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewPagerState.SettingsBreakpointsLayout">
<summary>
<para>Provides access to the Card View&#39;s Breakpoint layout mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CardViewBreakpointsLayoutSettings"/> object containing the Card View&#39;s Breakpoint layout mode settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewPagerState.SettingsFlowLayout">
<summary>
<para>Provides access to the pager&#39;s layout flow mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CardViewFlowLayoutSettings"/> object that contains the layout settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewPagerState.SettingsTableLayout">
<summary>
<para>Provides access to the pager&#39;s layout table mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CardViewTableLayoutSettings"/> object that contains the layout settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewSearchPanelState">
<summary>
<para>Contains information about the CardView&#39;s search panel related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSearchPanelState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewSearchPanelState"></see> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSearchPanelState.ColumnNames">
<summary>
<para>Specifies the columns to which the search panel filter should be applied.</para>
</summary>
<value>A <see cref="T:System.String"/> value listing CardView column identifiers that can be column name, field name, or caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSearchPanelState.Filter">
<summary>
<para>Gets or sets the filter criterion that is applied to the CardView data using the search panel.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSearchPanelState.GroupOperator">
<summary>
<para>Specifies the logical operator used to combine conditions (multiple words separated by space characters).</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.GridViewSearchPanelGroupOperator"/> enumeration values.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewSettings">
<summary>
<para>Contains the CardView extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.AfterPerformCallback">
<summary>
<para>Enables you to perform custom actions after a callback or a postback initiated by the control has been processed on the server.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewAfterPerformCallbackEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.BeforeColumnSortingGrouping">
<summary>
<para>Provides an opportunity to obtain the column sorting or grouping parameters and to perform some action before a column is sorted or grouped.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewBeforeColumnSortingGroupingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.BeforeHeaderFilterFillItems">
<summary>
<para>Enables you to provide custom filter items instead of the default ones displayed in a Popup Header Filter.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewBeforeHeaderFilterFillItemsEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CardLayoutCreated">
<summary>
<para>Enables you to change card layout properties.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CardLayoutProperties">
<summary>
<para>Provides access to the settings allowing you to customize a card layout.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties"/> object that contains the card layout settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CellEditorInitialize">
<summary>
<para>Enables initializing the cell editors displayed within the CardView edit cells.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the CardView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CardViewClientSideEvents"/> object which allows assigning handlers to the client-side events available to the CardView extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.Columns">
<summary>
<para>Provides access to a CardView&#39;s column collection.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnCollection"/> object that is a collection of columns.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CommandButtonInitialize">
<summary>
<para>Enables command items to be initialized.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewCommandButtonEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CustomBindingRouteValuesCollection">
<summary>
<para>Defines the callback routing logic by specifying the names of Controllers and Actions that handle callbacks related to CardView data operations such as paging, sorting, and filtering.</para>
</summary>
<value>An object containing the data operation type (identified by <see cref="T:DevExpress.Web.Mvc.CardViewOperationType"/>) and the names of Controllers and Actions.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CustomButtonInitialize">
<summary>
<para>Enables you to initialize custom command buttons.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewCustomButtonEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CustomColumnDisplayText">
<summary>
<para>Enables custom display text to be provided to any cell.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewColumnDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CustomColumnGroup">
<summary>
<para>Provides the capability to group data using custom rules.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewCustomColumnSortEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CustomColumnSort">
<summary>
<para>Enables you to sort data using custom rules.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewCustomColumnSortEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewClientJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CustomSummaryCalculate">
<summary>
<para>Enables you to calculate summary values manually.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.CustomSummaryEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.CustomUnboundColumnData">
<summary>
<para>Enables data to be supplied to unbound columns.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewColumnDataEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.DeleteSelectedCardsRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to selected card(s) deletion.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.EditFormLayoutProperties">
<summary>
<para>Provides access to the settings allowing you to customize the edit form layout.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties"/> object that contains the edit form layout settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.EnableCardsCache">
<summary>
<para>Gets or sets whether data caching is enabled.</para>
</summary>
<value>true, to enable data caching; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.FormatConditions">
<summary>
<para>Provides access to a collection of format condition rules.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> object that is a collection of rules.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.GroupSelectorFillItems">
<summary>
<para>Enables you to provide custom items in the group selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewGroupSelectorFillItemsEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.GroupSelectorInitialize">
<summary>
<para>Enables you to customize the group selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewGroupSelectorInitializeEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.GroupSummary">
<summary>
<para>Provides access to group summary items.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewSummaryItemCollection"/> object representing the group summary collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.HeaderFilterEditorInitialize">
<summary>
<para>Occurs when a header filter editor is initialized.</para>
</summary>
<value>A delegate method.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.HeaderFilterFillItems">
<summary>
<para>Enables you to provide custom filter items displayed within a filter dropdown.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewHeaderFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.HtmlCardPrepared">
<summary>
<para>Enables the settings of individual cards to be changed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements in the CardView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CardViewImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.ImagesEditors">
<summary>
<para>Provides access to the settings that define images displayed in the CardView&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.InitNewCard">
<summary>
<para>Enables you to initialize added cards.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Data.ASPxDataInitNewRowEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SearchPanelEditorCreate">
<summary>
<para>Enables you to replace the default search panel editor with custom one.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewSearchPanelEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SearchPanelEditorInitialize">
<summary>
<para>Enables you to customize the properties of an editor displayed within the search panel.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewSearchPanelEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetCardFooterTemplateContent(System.Action{DevExpress.Web.CardViewCardFooterTemplateContainer})">
<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.CardViewSettings.SetCardFooterTemplateContent(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.CardViewSettings.SetCardHeaderTemplateContent(System.Action{DevExpress.Web.CardViewCardHeaderTemplateContainer})">
<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.CardViewSettings.SetCardHeaderTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying card headers.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetCardTemplateContent(System.Action{DevExpress.Web.CardViewCardTemplateContainer})">
<summary>
<para>Allows setting a template for displaying data cards.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetCardTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying data cards.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetDataItemTemplateContent(System.Action{DevExpress.Web.CardViewDataItemTemplateContainer})">
<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.CardViewSettings.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.CardViewSettings.SetEditFormTemplateContent(System.Action{DevExpress.Web.CardViewEditFormTemplateContainer})">
<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.CardViewSettings.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.CardViewSettings.SetEditItemTemplateContent(System.Action{DevExpress.Web.CardViewEditItemTemplateContainer})">
<summary>
<para>Allows setting a template for displaying an edit item.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetEditItemTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying an edit item.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetGroupRowTemplate(System.Action{DevExpress.Web.CardViewGroupRowTemplateContainer})">
<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.CardViewSettings.SetGroupRowTemplate(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.CardViewSettings.SetGroupRowTemplateContent(System.Action{DevExpress.Web.CardViewGroupRowTemplateContainer})">
<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.CardViewSettings.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.CardViewSettings.SetHeaderPanelTemplateContent(System.Action{DevExpress.Web.CardViewHeaderPanelTemplateContainer})">
<summary>
<para>Allows setting a template for displaying a header panel.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetHeaderPanelTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying a header panel.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetHeaderTemplateContent(System.Action{DevExpress.Web.CardViewHeaderTemplateContainer})">
<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.CardViewSettings.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.CardViewSettings.SetPagerBarTemplateContent(System.Action{DevExpress.Web.CardViewPagerBarTemplateContainer})">
<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.CardViewSettings.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.CardViewSettings.SetStatusBarTemplateContent(System.Action{DevExpress.Web.CardViewStatusBarTemplateContainer})">
<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.CardViewSettings.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.CardViewSettings.Settings">
<summary>
<para>Provides access to the CardView&#39;s display options.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewSettings"/> object containing the CardView&#39;s display options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsAdaptivity">
<summary>
<para>Provides access to the Card View layout adaptivity settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewAdaptivitySettings"/> object that contains adaptivity settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsBehavior">
<summary>
<para>Provides access to the CardView&#39;s behavior settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewBehaviorSettings"/> object containing the CardView&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsCommandButton">
<summary>
<para>Provides access to the settings of the CardView&#39;s command buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewCommandButtonSettings"/> object containing the settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsCookies">
<summary>
<para>Provides access to the extension&#39;s cookie settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewCookiesSettings"/> object that contains the extension&#39;s cookie settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsDataSecurity">
<summary>
<para>Provides access to the CardView&#39;s security settings that allow disabling data modification operations such as editing, inserting and deleting.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewDataSecuritySettings"/> object containing data security settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsEditing">
<summary>
<para>Provides access to the CardView&#39;s edit settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewEditingSettings"/> object that contains the CardView&#39;s edit settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsExport">
<summary>
<para>Provides access to the CardView&#39;s export settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewExportSettings"/> object that contains export settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsFilterControl">
<summary>
<para>Provides access to the filter control&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewFilterControlSettings"/> object that contains the filter control settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewLoadingPanelSettings"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsPager">
<summary>
<para>Provides access to the pager&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewPagerSettings"/> object that contains pager settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsPopup">
<summary>
<para>Provides access to the settings of different CardView popup elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewPopupControlSettings"/> object that contains the popup element settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsSearchPanel">
<summary>
<para>Provides access to the search panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewSearchPanelSettings"/> object that containing the search panel settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SettingsText">
<summary>
<para>Provides access to the CardView&#39;s text settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxCardViewTextSettings"/> object containing the CardView&#39;s text settings.</value>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings.SetTitlePanelTemplateContent(System.Action{DevExpress.Web.CardViewTitleTemplateContainer})">
<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="M:DevExpress.Web.Mvc.CardViewSettings.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="P:DevExpress.Web.Mvc.CardViewSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CardViewStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.StylesEditors">
<summary>
<para>Provides access to style settings used to paint the CardView&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorStyles"/> object that contains style settings used to paint the CardView&#39;s editors.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.StylesPager">
<summary>
<para>Provides access to the style settings that control the appearance of the pager displayed within the Card View.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PagerStyles"/> object that provides style settings used to paint a pager.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.StylesPopup">
<summary>
<para>Provides access to the style settings defining the appearance of different popup elements within a card view.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CardViewPopupControlStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.SummaryDisplayText">
<summary>
<para>Enables custom display text to be provided for any summary value.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.ToolbarItemClick">
<summary>
<para>Fires after a toolbar item has been clicked.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewToolbarItemClickEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.Toolbars">
<summary>
<para>Gets the collection of toolbars in the <see cref="T:DevExpress.Web.Mvc.CardViewSettings"/> control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarCollection"/> object which represents the collection of toolbars within the grid.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings.TotalSummary">
<summary>
<para>Provides access to total summary items.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewSummaryItemCollection"/> object representing the total summary collection.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewSettings`1">
<summary>
<para>Contains the CardView extension settings.</para>
</summary>
<typeparam name="CardType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewSettings`1"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings`1.Columns">
<summary>
<para>Provides access to a CardView&#39;s column collection.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnCollection`1"/> object that is a collection of columns.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSettings`1.FormatConditions">
<summary>
<para>Provides access to a collection of format condition rules.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1"/> object that is a collection of rules.</value>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSettings`1.KeyFields``1(System.Linq.Expressions.Expression{System.Func{`0,``0}}[])">
<summary>
<para>Allows defining the key fields.</para>
</summary>
<param name="keyExpressions">An expression that identifies a key field.</param>
<typeparam name="ValueType"></typeparam>
</member>
<member name="T:DevExpress.Web.Mvc.CardViewSummaryItemState">
<summary>
<para>Contains information about an individual summary item.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSummaryItemState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewSummaryItemState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CardViewSummaryItemState.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.CardViewSummaryItemState.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.CardViewSummaryItemState.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.CardViewSummaryItemStateCollection">
<summary>
<para>A collection that contains information (the current state) on summary items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSummaryItemStateCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CardViewSummaryItemStateCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CardViewSummaryItemStateCollection.Add(DevExpress.Web.Mvc.CardViewSummaryItemState)">
<summary>
<para>Adds the specified object to the collection.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.CardViewSummaryItemState"/> object to add to the collection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewSummaryItemState"/> object to add to the collection.</returns>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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.Bind(System.Object,System.String)">
<summary>
<para>Binds a chart to a data source and specifies the data member as a series data member.</para>
</summary>
<param name="dataObject">The data object.</param>
<param name="seriesDataMember">The name of the data member whose values will be used as the series identifier.</param>
<returns>Returns itself.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlExtension.Dispose">
<summary>
<para>Disposes the <see cref="T:DevExpress.Web.Mvc.ChartControlExtension"/> object.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlExtension.ExportToImage(DevExpress.Web.Mvc.ChartControlSettings,System.Object,System.Boolean,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the chart with the specified settings and sends it as an action result.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object that stores settings of an exported chart.</param>
<param name="dataObject">An object specifying a chart&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="format">A System.Drawing.Imaging.ImageFormat value representing the format in which the chart is exported.</param>
<returns>An <see cref="T:System.Web.Mvc.FileStreamResult"/> object that sends the image.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlExtension.ExportToImage(DevExpress.Web.Mvc.ChartControlSettings,System.Object,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the chart with the specified settings and sends it as an action result.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object that stores settings of an exported chart.</param>
<param name="dataObject">An object specifying a chart&#39;s data source.</param>
<param name="format">A System.Drawing.Imaging.ImageFormat value representing the format in which the chart is exported.</param>
<returns>An <see cref="T:System.Web.Mvc.FileStreamResult"/> object that sends the image.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlExtension.ExportToImage(DevExpress.Web.Mvc.ChartControlSettings,System.Object,System.Drawing.Imaging.ImageFormat,System.IO.Stream)">
<summary>
<para>Creates an image file in the specified format from the chart with the specified settings and exports it to the specified stream.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object that stores settings of an exported chart.</param>
<param name="dataObject">An object specifying a chart&#39;s data source.</param>
<param name="format">A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the chart is exported.</param>
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object to which the current chart is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlExtension.ExportToImage(DevExpress.Web.Mvc.ChartControlSettings,System.Object,System.String,System.Boolean,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the chart with the specified settings and sends it as an action result.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object that stores settings of an exported chart.</param>
<param name="dataObject">An object specifying a chart&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="format">A System.Drawing.Imaging.ImageFormat value representing the format in which the chart is exported.</param>
<returns>An <see cref="T:System.Web.Mvc.FileStreamResult"/> object that sends the image.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlExtension.ExportToImage(DevExpress.Web.Mvc.ChartControlSettings,System.Object,System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the chart with the specified settings and sends it as an action result.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object that stores settings of an exported chart.</param>
<param name="dataObject">An object specifying a chart&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
<param name="format">A System.Drawing.Imaging.ImageFormat value representing the format in which the chart is exported.</param>
<returns>An <see cref="T:System.Web.Mvc.FileStreamResult"/> object that sends the image.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.ChartControlSettings">
<summary>
<para>Contains the Chart extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationRepository"/> object that stores the chart control&#39;s annotations.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.Annotations">
<summary>
<para>Provides access to the annotations collection of the <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object that is the chart&#39;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&#39;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&#39;s data binding is automatically adjusted during the creation of a Pivot Chart.</para>
</summary>
<value>true to automatically adjust the chart&#39;s binding settings; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.AutoLayout">
<summary>
<para>Gets or sets a value, which specifies whether the adaptive layout feature is enabled for chart elements in the chart control.</para>
</summary>
<value>true, to apply the adaptive layout algorithm to the chart; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.AutoLayoutSettingsEnabled">
<summary>
<para>Specifies whether or not the chart&#39;s layout is automatically adjusted during the creation of a Pivot Chart.</para>
</summary>
<value>true to automatically adjust the chart&#39;s layout settings; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.AxisScaleChanged">
<summary>
<para>Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.XtraCharts.AxisScaleChangedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.AxisVisualRangeChanged">
<summary>
<para>Occurs when the axis visual range has been changed.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.XtraCharts.AxisRangeChangedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.AxisWholeRangeChanged">
<summary>
<para>Occurs when the axis whole range has been changed.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.XtraCharts.AxisRangeChangedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.BackColor">
<summary>
<para>Gets or sets the chart control&#39;s background color.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the chart control&#39;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&#39;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&#39;s image is stored on the server.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration value indicating the storage mode.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.BorderOptions">
<summary>
<para>Gets the chart control&#39;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 <see cref="T:DevExpress.XtraCharts.BoundDataChangedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.Breadcrumbs">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CalculatedFields">
<summary>
<para>Returns a collection of calculated fields.</para>
</summary>
<value>A collection that stores calculated fields.</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.CallbackStateLoad">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CallbackStateSave">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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>true to make a Chart initially displayed; false 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>true, to enable a crosshair cursor for a chart; otherwise, false.</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:js-MVCxClientChart.PerformCallback(data)"/> 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 callback has been initiated.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomDrawAxisLabel">
<summary>
<para>Occurs before axis label items are drawn when the chart&#39;s contents are being drawn.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomDrawCrosshair">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomDrawSeries">
<summary>
<para>Occurs before a series is drawn when the chart&#39;s contents are being drawn.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomDrawSeriesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomDrawSeriesPoint">
<summary>
<para>Occurs before a series point is drawn when the chart&#39;s contents are being drawn.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler"/> 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&#39;s data source.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomizeAutoBindingSettingsEventHandler"/> 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&#39;s layout properties.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomizeLegendEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomizePieTotalLabel">
<summary>
<para></para>
</summary>
<value></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 <see cref="T:DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventHandler"/> 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&#39;s layout properties.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomizeSimpleDiagramLayoutEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomizeStackedBarTotalLabel">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.CustomizeXAxisLabels">
<summary>
<para>Occurs after automatic layout settings are applied to the X-axis&#39; labels.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomizeXAxisLabelsEventHandler"/> 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 <see cref="T:DevExpress.XtraCharts.CustomPaintEventHandler"/> 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&#39;s diagram and provides access to its settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> class descendant that is the chart control&#39;s diagram.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.Dispose">
<summary>
<para>Disposes the <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.DrillDownStateChanged">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.DrillDownStateChanging">
<summary>
<para></para>
</summary>
<value></value>
</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&#39;s content is updated via a callback.</para>
</summary>
<value>true, if a specific animation effect is used; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.ChartControlSettings"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false 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&#39;s allowed to perform conversions between screen coordinates and diagram coordinates on the client-side.</para>
</summary>
<value>true if the coordinate conversions are allowed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.FillStyle">
<summary>
<para>Gets the chart control&#39;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="M:DevExpress.Web.Mvc.ChartControlSettings.FunnelDiagram3D(System.Action{DevExpress.XtraCharts.FunnelDiagram3D})">
<summary>
<para>Configures the chart diagram as a 3D funnel diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the Funnel Diagram 3D object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.GanttDiagram(System.Action{DevExpress.XtraCharts.GanttDiagram})">
<summary>
<para>Configures the chart diagram as a gantt diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.GanttDiagram"/> object.</param>
</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&#39;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&#39;s legend and provides access to its settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object that is the chart control&#39;s legend.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.LegendItemChecked">
<summary>
<para>Occurs when a legend item is checked in the legend check box.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.LegendItemCheckedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.Legends">
<summary>
<para>Returns a collection of additional legends.</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraCharts.Legend"/> objects.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.LoadFromFile(System.String)">
<summary>
<para>Restores the chart&#39;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&#39;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 in the chart control.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.LoadingPanelImage">
<summary>
<para>Gets the position of an image displayed within a loading panel with respect to the panel&#39;s text content.</para>
</summary>
<value>An object that contains the image&#39;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.</para>
</summary>
<value></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></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.ObjectSelected">
<summary>
<para>Occurs before any chart element is selected at runtime.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.HotTrackEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.Padding">
<summary>
<para>Specifies the internal space between the chart&#39;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&#39;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&#39;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.PaneCollapsedChanged">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.PivotChartingCustomizeLegend">
<summary>
<para>Occurs before automatic settings are applied to the legend&#39;s layout properties.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomizeLegendEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.PivotChartingCustomizeResolveOverlappingMode">
<summary>
<para>Occurs before an automatic setting is applied to the overlap resolving mode of series labels.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomizeResolveOverlappingModeEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.PivotChartingCustomizeXAxisLabels">
<summary>
<para>Occurs after automatic layout settings are applied to the X-axis&#39; labels.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CustomizeXAxisLabelsEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.PivotGridDataSourceOptions">
<summary>
<para>Provides access to the settings that determine the Chart&#39;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 <see cref="T:DevExpress.XtraCharts.PivotGridSeriesExcludedEventHandler"/> 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 <see cref="T:DevExpress.XtraCharts.PivotGridSeriesPointsExcludedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.PolarDiagram(System.Action{DevExpress.XtraCharts.PolarDiagram})">
<summary>
<para>Configures the chart diagram as a polar diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.PolarDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.RadarDiagram(System.Action{DevExpress.XtraCharts.RadarDiagram})">
<summary>
<para>Configures the chart diagram as a radar diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.RadarDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.RegisterSummaryFunction(System.String,System.String,System.Nullable{DevExpress.XtraCharts.ScaleType},System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
<summary>
<para>Registers the custom summary function with the specified settings.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value containing the function&#39;s name.</param>
<param name="displayName">A <see cref="T:System.String"/> value containing the function&#39;s display name, which is used for localization purposes.</param>
<param name="resultScaleType">A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value representing the type of the function&#39;s result.</param>
<param name="resultDimension">An integer value representing the dimension of the resulting series point&#39;s values.</param>
<param name="argumentDescriptions">An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.</param>
<param name="function">A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.</param>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.RenderFormat">
<summary>
<para>Gets or sets a value specifying the image format used to display a chart.</para>
</summary>
<value>The value specifying the image format used to display a chart.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.RightToLeft">
<summary>
<para>Gets or sets a value indicating whether chart elements are aligned using right-to-left alignment.</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value.</value>
</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>true if the selection is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.SaveStateOnCallbacks">
<summary>
<para>Gets or sets a value indicating whether a chart&#39;s view state should be saved between multiple callbacks.</para>
</summary>
<value>true to state a chart&#39;s view state between callbacks; otherwise, false.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.SaveToFile(System.String)">
<summary>
<para>Saves the chart&#39;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&#39;s layout to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the chart&#39;s layout is written.</param>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.SelectedItemsChanged">
<summary>
<para>Occurs after the selection of a chart item has been changed.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SelectedItemsChangedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.SelectedItemsChanging">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.SelectionMode">
<summary>
<para>Gets or sets a value which specifies how the chart elements are selected.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.ElementSelectionMode"/> enumeration member specifying the chart&#39;s selection behavior.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.Series">
<summary>
<para>Provides access to the chart control&#39;s collection of series 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 that contains names for automatically generated series.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field&#39;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.SeriesSelectionMode">
<summary>
<para>Gets or sets a value specifying how the series is selected in the chart control.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesSelectionMode"/> enumeration member specifying the selection behavior of a series.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.SeriesSorting">
<summary>
<para>Gets or sets a value that specifies how series 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></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.ShowLoadingPanel">
<summary>
<para>Gets or sets whether the loading panel can be displayed.</para>
</summary>
<value></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></value>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.SimpleDiagram(System.Action{DevExpress.XtraCharts.SimpleDiagram})">
<summary>
<para>Configures the chart diagram as a simple diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.SimpleDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.SimpleDiagram3D(System.Action{DevExpress.XtraCharts.SimpleDiagram3D})">
<summary>
<para>Configures the chart diagram as a 3D simple diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.SimpleDiagram3D"/> object.</param>
</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&#39;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.SmallChartTextShowing">
<summary>
<para>Occurs when the control size does not allow displaying a readable chart.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SmallChartTextShowingEventHandler"/> delegate method allowing you to implement custom processing.</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="M:DevExpress.Web.Mvc.ChartControlSettings.SwiftPlotDiagram(System.Action{DevExpress.XtraCharts.SwiftPlotDiagram})">
<summary>
<para>Configures the chart diagram as a swift plot diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagram"/> object.</param>
</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 in 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>true, to enable a tooltip for a chart; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ChartControlSettings.ToolTipOptions">
<summary>
<para>Gets the tooltip settings that allow you to specify its position and appearance on a diagram.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ToolTipOptions"/> object 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&#39;s width.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.XYDiagram(System.Action{DevExpress.XtraCharts.XYDiagram})">
<summary>
<para>Configures the chart diagram as a XY-diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.XYDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ChartControlSettings.XYDiagram3D(System.Action{DevExpress.XtraCharts.XYDiagram3D})">
<summary>
<para>Configures the chart diagram as a pseudo 3D XY (Cartesian) diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.XYDiagram3D"/> object.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.CheckBoxListExtension"/> 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&#39;s selected item values.</para>
</summary>
<param name="name">A string specifying the editor name.</param>
<typeparam name="T"></typeparam>
<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.CheckBoxListSettings">
<summary>
<para>Contains the CheckBoxList extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CheckBoxListSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CheckBoxListSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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 HTML check box element.</para>
</summary>
<value>true if an editor is rendered as a standard HTML element; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.Properties">
<summary>
<para>Provides access to the settings which are specific to the CheckBoxList editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCheckBoxListProperties"/> object containing the CheckBoxList 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&#39;s contents at runtime.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s contents; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CheckBoxListSettings.SelectedIndex">
<summary>
<para>Gets or sets the selected item&#39;s index.</para>
</summary>
<value>An <see cref="T:System.Int32"/> 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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="T:DevExpress.Web.Mvc.CheckBoxSettings">
<summary>
<para>Contains the CheckBox extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CheckBoxSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CheckBoxSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CheckBoxSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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>true if the check box is checked; otherwise, false.</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 HTML check box element.</para>
</summary>
<value>true if a CheckBox is rendered as a standard HTML element; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CheckBoxSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the CheckBox editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCheckBoxProperties"/> object containing the CheckBox 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> 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>true if model error messages are automatically displayed for an invalid editor; false 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.CollapsiblePanelExtension">
<summary>
<para>Represents a base extension functionality for the CallbackPanel and the Panel extensions.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelExtension.#ctor(DevExpress.Web.Mvc.CollapsiblePanelSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CollapsiblePanelExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelExtension.#ctor(DevExpress.Web.Mvc.CollapsiblePanelSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CollapsiblePanelExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.CollapsiblePanelSettings">
<summary>
<para>Contains base settings for the CallbackPanel and Panel extensions.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.CollapsiblePanelSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.ClientVisible">
<summary>
<para>Gets or sets a value that specifies the initial visibility state of a panel on the client.</para>
</summary>
<value>true to make a panel initially displayed; false to render it on the web page, but make it initially hidden on the client.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.Collapsible">
<summary>
<para>Gets or sets a value indicating whether the panel can collapse its content.</para>
</summary>
<value>true, if the panel is collapsible; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.DefaultButton">
<summary>
<para>Gets or sets the name for the default button that is contained in a panel.</para>
</summary>
<value>A string value corresponding to the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> of a button contained in the panel.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.EnableClientSideAPI">
<summary>
<para>Gets or sets a value that specifies whether the CallbackPanel or Panel extension can be manipulated on the client side in code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false if no programmatic interface is available for the extension on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.FixedPosition">
<summary>
<para>Gets or sets the side of the browser screen where the panel is docked.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.PanelFixedPosition"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.FixedPositionOverlap">
<summary>
<para>Gets or sets a value that specifies whether the panel should overlap the panels fixed to the adjacent sides of the window.</para>
</summary>
<value>true, if a panel overlaps other fixed panels; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.ScrollBars">
<summary>
<para>Gets or sets a value specifying which scrollbars should appear within the panel.</para>
</summary>
<value>One of the <see cref="T:System.Web.UI.WebControls.ScrollBars"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelSettings.SetContent(System.Action)">
<summary>
<para>Specifies the panel content.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelSettings.SetContent(System.String)">
<summary>
<para>Specifies the panel content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelSettings.SetExpandBarTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows setting a template for displaying the expand bar&#39;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.CollapsiblePanelSettings.SetExpandBarTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the expand bar&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelSettings.SetExpandButtonTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows setting a template for rendering the expand button.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelSettings.SetExpandButtonTemplateContent(System.String)">
<summary>
<para>Allows setting a template for rendering the expand button.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelSettings.SetExpandedPanelTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to custom render the content of the expanded panel.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.CollapsiblePanelSettings.SetExpandedPanelTemplateContent(System.String)">
<summary>
<para>Allows you to custom render the content of the expanded panel.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.SettingsAdaptivity">
<summary>
<para>Provides access to the panel&#39;s adaptivity settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PanelAdaptivitySettings"/> object that contains the panel adaptivity settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.CollapsiblePanelSettings.SettingsCollapsing">
<summary>
<para>Provides access to the panel&#39;s collapse settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PanelCollapsingSettings"/> object that contains the panel&#39;s collapse functionality settings.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.ColorEditSettings">
<summary>
<para>Contains the ColorEdit extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ColorEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ColorEditSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ColorEditSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ColorEditSettings.Color">
<summary>
<para>Gets or sets the editor&#39;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 that are specific to the ColorEdit editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxColorEditProperties"/> object containing the ColorEdit 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ColorEditSettings.SetButtonTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to provide a template for rendering the editor&#39;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&#39;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>true if model error messages are automatically displayed for an invalid editor; false 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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.Bind(System.Object)">
<summary>
<para>Binds the ComboBox to a data source.</para>
</summary>
<param name="value">An object specifying the bound data source.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object that is the ComboBox extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindList(DevExpress.Web.Mvc.ItemsRequestedByFilterConditionMethod,DevExpress.Web.Mvc.ItemRequestedByValueMethod)">
<summary>
<para>Allows you to dynamically populate the editor dropdown list when using a large data source.</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 ComboBox.</returns>
</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.BindToEF(System.String,System.String)">
<summary>
<para>Binds the combo box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the combo box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the combo box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToEF(System.Type,System.String)">
<summary>
<para>Binds the combo box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToEF(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the combo box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the combo box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the combo box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the combo box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToLINQ(System.Type,System.String)">
<summary>
<para>Binds the combo box 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.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToLINQ(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the combo box 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 <see cref="T:System.String"/> 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.ComboBoxExtension"/> object representing the combo box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxExtension.BindToXML(System.String)">
<summary>
<para>Binds the ComboBox 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.ComboBoxExtension.BindToXML(System.String,System.String)">
<summary>
<para>Binds the ComboBox 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.ComboBoxExtension.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the ComboBox 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.ComboBoxSettings">
<summary>
<para>Contains the ComboBox extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ComboBoxSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ComboBoxSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ComboBoxSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ComboBoxSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the ComboBox editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxComboBoxProperties"/> object containing the ComboBox specific settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ComboBoxSettings.SelectedIndex">
<summary>
<para>Gets or sets the selected list item&#39;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{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to provide a template for rendering the editor&#39;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&#39;s buttons.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="N:DevExpress.Web.Mvc.Controllers">
<summary>
<para>Contains classes that implement API controllers for the reporting controls.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.Controllers.QueryBuilderApiController">
<summary>
<para>A controller that processes HTTP requests from the Query Builder.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.Controllers.QueryBuilderApiController.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.Controllers.QueryBuilderApiController"/> class with the default settings.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.Controllers.QueryBuilderApiController.DefaultControllerUri">
<summary>
<para>Specifies the default URI of the <see cref="T:DevExpress.Web.Mvc.Controllers.QueryBuilderApiController"/>.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.Controllers.ReportDesignerApiController">
<summary>
<para>A controller that processes HTTP requests from the Report Designer.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.Controllers.ReportDesignerApiController.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.Controllers.ReportDesignerApiController"/> class with the default settings.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.Controllers.ReportDesignerApiController.DefaultControllerUri">
<summary>
<para>Specifies the default URI of the <see cref="T:DevExpress.Web.Mvc.Controllers.ReportDesignerApiController"/>.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.Controllers.ReportingControllerBase`3">
<summary>
<para></para>
</summary>
<typeparam name="TSyncRequestManager"></typeparam>
<typeparam name="TAsyncRequestManager"></typeparam>
<typeparam name="TLocalizationProvider"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.Controllers.ReportingControllerBase`3.GetLocalization">
<summary>
<para></para>
</summary>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.Controllers.ReportingControllerBase`3.Invoke">
<summary>
<para></para>
</summary>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.Controllers.ReportingControllerBase`3.InvokeAsync">
<summary>
<para></para>
</summary>
<returns></returns>
</member>
<member name="T:DevExpress.Web.Mvc.Controllers.WebDocumentViewerApiController">
<summary>
<para>A controller that processes HTTP requests from the Web Document Viewer.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.Controllers.WebDocumentViewerApiController.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.Controllers.WebDocumentViewerApiController"/> class with the default settings.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.Controllers.WebDocumentViewerApiController.DefaultControllerUri">
<summary>
<para>Specifies the default URI of the <see cref="T:DevExpress.Web.Mvc.Controllers.WebDocumentViewerApiController"/>.</para>
</summary>
<value></value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.BindToEF(System.String,System.String)">
<summary>
<para>Binds the DataView to a data source via the Entity Framework.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the DataView to a data source via the Entity Framework.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the DataView to a data source via the Entity Framework.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToEF(System.Type,System.String)">
<summary>
<para>Binds the DataView to a data source via the Entity Framework.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToEF(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the DataView to a data source via the Entity Framework.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the DataView to a queryable source.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the DataView to a queryable source.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the DataView to a queryable source.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToLINQ(System.Type,System.String)">
<summary>
<para>Binds the DataView to a queryable source.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.DataViewExtensionBase"/> object representing the DataView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewExtensionBase.BindToLINQ(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the DataView to a queryable source.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<param name="selectingMethod"></param>
<returns>A <see cref="T:DevExpress.Web.Mvc.DataViewExtensionBase"/> object representing the DataView extension.</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">true if the starting node should be displayed; otherwise, false.</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.DataViewSettings">
<summary>
<para>Contains the DataView extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.CallbackClientSideEventsBase"/> 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 that a Data View page displays.</para>
</summary>
<value></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:js-MVCxClientDataView.PerformCallback(data)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettings.EnableScrolling">
<summary>
<para>Gets or sets a value indicating whether data scrolling is enabled.</para>
</summary>
<value>true, if scrolling is enabled; otherwise, false.</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>true, to hide empty rows; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettings.Layout">
<summary>
<para>Gets or sets the layout of the DataView&#39;s contents.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Layout"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettings.PagerSettings">
<summary>
<para>Gets the Pager&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxDataViewPagerSettings"/> object containing the pager&#39;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"></see> 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></value>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewSettings.SetEmptyItemTemplateContent(System.Action{DevExpress.Web.DataViewTemplateContainer})">
<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{DevExpress.Web.DataViewItemTemplateContainer})">
<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.SettingsBreakpointsLayout">
<summary>
<para>Provides access to the Data View&#39;s Breakpoint layout mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DataViewBreakpointsLayoutSettings"/> object containing the Data View&#39;s Breakpoint layout mode settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettings.SettingsFlowLayout">
<summary>
<para>Provides access to the DataView layout flow mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DataViewFlowLayoutSettings"/> 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 <see cref="T:DevExpress.Web.DataViewTableLayoutSettings"/> object that contains the layout settings.</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 <see cref="T:DevExpress.Web.Mvc.DataViewSettingsBase"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</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 All 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 All button has been pressed. 0 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>true, to display the content of all the pages within a view; otherwise, false.</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>true if the pager is always displayed; false if the pager can be automatically hidden when all data is represented within a single page of the DataView.</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 <see cref="T:System.EventHandler"/> 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>true to make a DataView initially displayed on the client; false to render the DataView into the web page, but make it initially hidden on the client side.</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&#39;s wrapped web control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DataViewStyle"/> 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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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 <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> 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&#39;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&#39;s content is updated via a callback.</para>
</summary>
<value>true if a specific animation effect is used; otherwise, false.</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>true, if a specific animation effect is used; otherwise, false.</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>True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - 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&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImagesBase"/> 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 in the data view.</para>
</summary>
<value></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.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.LoadingPanelStyle">
<summary>
<para>Gets the style settings of a specific loading panel displayed while waiting for a callback response.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.LoadingPanelText">
<summary>
<para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.PageIndex">
<summary>
<para>Gets or sets the index of the currently selected page.</para>
</summary>
<value>An integer value that specifies the active page&#39;s index.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.PagerAlign">
<summary>
<para>Gets or sets the pager&#39;s alignment.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PagerAlign"/> enumeration value that specifies the pager&#39;s alignment.</value>
</member>
<member name="M:DevExpress.Web.Mvc.DataViewSettingsBase.SetEmptyDataTemplateContent(System.Action{DevExpress.Web.DataViewTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the DataView&#39;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&#39;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.Action{DevExpress.Web.DataViewPagerPanelTemplateContainer})">
<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.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.SetPagerPanelRightTemplateContent(System.Action{DevExpress.Web.DataViewPagerPanelTemplateContainer})">
<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.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.ShowLoadingPanel">
<summary>
<para>Gets or sets whether the loading panel can be displayed.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.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></value>
</member>
<member name="P:DevExpress.Web.Mvc.DataViewSettingsBase.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DataViewStyles"/> object that provides style settings for view elements.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 the DateEdit extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DateEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DateEditSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.DateEditSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateEditSettings.CalendarCustomDisabledDate">
<summary>
<para>Enables you to disable days in the calendar.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarCustomDisabledDateEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateEditSettings.CalendarDayCellCreated">
<summary>
<para>Enables you to populate the cell with custom controls.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.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&#39;s hyper link and a target.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.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&#39;s appearance.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarDayCellPreparedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateEditSettings.CalendarPickerViewCellCreated">
<summary>
<para>Enables you to customize the created cell in the calendar picker view.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarPickerViewCellCreatedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateEditSettings.CalendarPickerViewCellInitialize">
<summary>
<para>Enables you to customize the cell in the calendar picker view when the cell is initialized.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateEditSettings.CalendarPickerViewCellPrepared">
<summary>
<para>Enables you to change the settings of an individual cell in the calendar picker view.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.CalendarPickerViewCellPreparedEventArgs"/>,&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&#39;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 that are specific to the DateEdit editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxDateEditProperties"/> object containing the DateEdit 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.DateEditSettings.SetButtonTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to provide a template for rendering the editor&#39;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&#39;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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.DateNavigatorExtension.#ctor(DevExpress.Web.Mvc.SchedulerStorageControlSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DateNavigatorExtension"/> class.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.DateNavigatorExtension.#ctor(DevExpress.Web.Mvc.SchedulerStorageControlSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DateNavigatorExtension"/> class.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> 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.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 <see cref="T:DevExpress.Web.Mvc.DateNavigatorSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.DateNavigatorSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.DateNavigatorSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.DateNavigatorClientSideEvents"/> object which allows setting handlers for the client-side events of the <see cref="T:DevExpress.Web.Mvc.DateNavigatorSettings"/>.</value>
</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="P:DevExpress.Web.Mvc.DateNavigatorSettings.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="T:DevExpress.Web.Mvc.DateRangeAttribute">
<summary>
<para>Specifies the date range settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DateRangeAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DateRangeAttribute"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.ErrorTextDaysPlaceholder">
<summary>
<para>Gets or sets a value that specifies the text that will be displayed instead of the word &#39;days&#39; in the editor&#39;s error text.</para>
</summary>
<value>A string value that specifies the text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.ErrorTextDecadesPlaceholder">
<summary>
<para>Gets or sets a value that specifies the text that will be displayed instead of the word &#39;decades&#39; in the editor&#39;s error text.</para>
</summary>
<value>A string value that specifies the text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.ErrorTextMonthsPlaceholder">
<summary>
<para>Gets or sets a value that specifies the text that will be displayed instead of the word &#39;months&#39; in the editor&#39;s error text.</para>
</summary>
<value>A string value that specifies the text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.ErrorTextYearsPlaceholder">
<summary>
<para>Gets or sets a value that specifies the text that will be displayed instead of the word &#39;years&#39; in the editor&#39;s error text.</para>
</summary>
<value>A string value that specifies the text.</value>
</member>
<member name="M:DevExpress.Web.Mvc.DateRangeAttribute.GetClientValidationRules(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)">
<summary>
<para>Gets client validation rules for that <see cref="T:DevExpress.Web.Mvc.DateRangeAttribute"/>.</para>
</summary>
<param name="metadata">The model metadata.</param>
<param name="context">The controller context.</param>
<returns>The client validation rules for this validator.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.MaxDayCount">
<summary>
<para>Gets or sets the maximum number of days in a range.</para>
</summary>
<value>A <see cref="T:System.Int32"/> value that specifies the maximum number of days.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.MaxLength">
<summary>
<para>Gets or sets the maximum length of the date range.</para>
</summary>
<value>An integer value that specifies the maximum date range&#39;s length.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.MinDayCount">
<summary>
<para>Gets or sets the minimum number of days in a range.</para>
</summary>
<value>A <see cref="T:System.Int32"/> value that specifies the minimum number of days.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.MinErrorText">
<summary>
<para>Gets or sets the error text to be displayed within the editor&#39;s error frame if the number of selected days is less then the specified minimum value.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the error text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.MinLength">
<summary>
<para>Specifies the minimum length of the date range.</para>
</summary>
<value>An integer value that specifies the minimum date range&#39;s length.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.RangeErrorText">
<summary>
<para>Gets or sets the error text to be displayed within the editor&#39;s error frame if the number of selected days exceeds the specified range limits.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the error text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DateRangeAttribute.StartDateEditFieldName">
<summary>
<para>Gets or sets the field name of the start-date editor.</para>
</summary>
<value>A string value specifying the start range model field name.</value>
</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 <see cref="T:DevExpress.Web.Mvc.DevExpressEditorsBinder"/> class with the 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 <see cref="T:DevExpress.Web.Mvc.BinderSettings.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 <see cref="T:DevExpress.Web.Mvc.BinderSettings.UploadControlBinderSettings"/> object that contains the upload control binding settings.</value>
</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 passed 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="P:DevExpress.Web.Mvc.DevExpressHelper.ClientUIControlColorScheme">
<summary>
<para>Specifies the client scheme to be applied to all DevExpress extensions (that utilize a DevExpress JavaScript/HTML5 engine) within an application.</para>
</summary>
<value>A string value specifying the color scheme name.</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 routeValues parameter value.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.DevExpressHelper.GlobalThemeBaseColor">
<summary>
<para>Gets or sets the base color for the theme to be globally applied to all DevExpress MVC extensions across a web page or entire web site.</para>
</summary>
<value>A string value specifying the base color.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DevExpressHelper.GlobalThemeFont">
<summary>
<para>Gets or sets the font settings of the theme to be globally applied to all DevExpress MVC extensions across a web page or entire web site.</para>
</summary>
<value>A string value specifying the font settings.</value>
</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>true if a DevExpress extension callback is being processed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DevExpressHelper.StyleSheetTheme">
<summary>
<para>Allows you to specify the name of the theme applied to the DevExpress ASP.NET MVC Extensions before extension settings are applied.</para>
</summary>
<value>The name of the theme that is applied to the DevExpress ASP.NET MVC Extensions before extension settings are applied.</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 to the stream.</para>
</summary>
<param name="value"></param>
</member>
<member name="M:DevExpress.Web.Mvc.DevExpressHelper.WriteLineToResponse(System.String,System.Object[])">
<summary>
<para>Writes a string to the stream.</para>
</summary>
<param name="format"></param>
<param name="arg"></param>
</member>
<member name="M:DevExpress.Web.Mvc.DevExpressHelper.WriteToResponse(System.String)">
<summary>
<para>Writes a string to the text string or stream.</para>
</summary>
<param name="value"></param>
</member>
<member name="M:DevExpress.Web.Mvc.DevExpressHelper.WriteToResponse(System.String,System.Object[])">
<summary>
<para>Writes a string to the text string or stream.</para>
</summary>
<param name="format"></param>
<param name="arg"></param>
</member>
<member name="T:DevExpress.Web.Mvc.DiagramExtension">
<summary>
<para>The Diagram extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramExtension.#ctor(DevExpress.Web.Mvc.DiagramSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DiagramExtension"/> class with specified settings.</para>
</summary>
<param name="settings">The Diagram settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramExtension.#ctor(DevExpress.Web.Mvc.DiagramSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DiagramExtension"/> class with specified settings.</para>
</summary>
<param name="settings">The Diagram settings.</param>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramExtension.Bind(System.Object)">
<summary>
<para>Binds the Diagram to a data source.</para>
</summary>
<param name="nodeDataObject">The data source.</param>
<returns>The Diagram extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramExtension.Bind(System.Object,System.Object)">
<summary>
<para>Binds the Diagram to a node and an edge data sources.</para>
</summary>
<param name="nodeDataObject">The node data source.</param>
<param name="edgeDataObject">The edge data source.</param>
<returns>The Diagram extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramExtension.Export(System.String)">
<summary>
<para>Exports the diagram data in JSON format.</para>
</summary>
<param name="name">The diagram&#39;s name.</param>
<returns>The diagram data in JSON format.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramExtension.GetBatchUpdateResult``2(DevExpress.Web.Mvc.MVCxDiagramNodeUpdateValues{``0,``1})">
<summary>
<para>Returns the specified result to the client side after processing a callback in an action specified by the <see cref="P:DevExpress.Web.Mvc.DiagramSettings.BatchUpdateRouteValues"/> property.</para>
</summary>
<param name="nodeUpdateValues">An object that stores information about updated diagram nodes.</param>
<typeparam name="TNode">The type of node.</typeparam>
<typeparam name="TKey">The type of node key.</typeparam>
<returns>The result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramExtension.GetBatchUpdateResult``4(DevExpress.Web.Mvc.MVCxDiagramNodeUpdateValues{``0,``1},DevExpress.Web.Mvc.MVCxDiagramEdgeUpdateValues{``2,``3})">
<summary>
<para>Returns the specified result to the client side after processing a callback in an action specified by the <see cref="P:DevExpress.Web.Mvc.DiagramSettings.BatchUpdateRouteValues"/> property.</para>
</summary>
<param name="nodeUpdateValues">An object that stores information about updated diagram nodes.</param>
<param name="edgeUpdateValues">An object that stores information about updated diagram edges.</param>
<typeparam name="TNode">The type of node.</typeparam>
<typeparam name="TNodeKey">The type of node key.</typeparam>
<typeparam name="TEdge">The type of edge.</typeparam>
<typeparam name="TEdgeKey">The type of edge key.</typeparam>
<returns>The result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramExtension.Import(System.String)">
<summary>
<para>Imports the diagram data.</para>
</summary>
<param name="data">The diagram data in JSON format.</param>
<returns>The Diagram extension.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.DiagramSettings">
<summary>
<para>Contains the Diagram extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DiagramSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DiagramSettings"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.AutoZoom">
<summary>
<para>Specifies how the Diagram extension automatically zooms the work area.</para>
</summary>
<value>The zoom mode.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.BatchUpdateRouteValues">
<summary>
<para>Specifies the names of a controller and an action that should handle callbacks related to node and edge updates.</para>
</summary>
<value>An object that contains the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.ClientReadOnly">
<summary>
<para>Specifies whether the Diagram extension is read-only on the client side.</para>
</summary>
<value>true, if the editor is read only on the client side; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the Diagram&#39;s client-side events.</para>
</summary>
<value>An object that allows you to assign handlers to the client-side events.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.CustomShapes">
<summary>
<para>Provides access to a collection of custom shapes.</para>
</summary>
<value>A collection of custom shapes.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.DataBinding">
<summary>
<para>Allows you to perform specific actions before the Diagram is bound to a data source.</para>
</summary>
<value>A delegate method that allows you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.DataBound">
<summary>
<para>Allows you to perform specific actions after the Diagram is bound to a data source.</para>
</summary>
<value>A delegate method that allows you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.Images">
<summary>
<para>Defines images displayed in the Diagram&#39;s elements.</para>
</summary>
<value>An object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.Mappings">
<summary>
<para>Provides access to the control&#39;s mapping properties.</para>
</summary>
<value>An object that contains mapping properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.ReadOnly">
<summary>
<para>Specifies whether the diagram is read-only.</para>
</summary>
<value>true, to make the diagram read-only; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.SettingsAutoLayout">
<summary>
<para>Specifies an auto-layout algorithm that the Diagram extension uses to build a diagram.</para>
</summary>
<value>An object that contains the auto-layout settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.SettingsContextToolbox">
<summary>
<para>Provides access to the context toolbox&#39;s settings.</para>
</summary>
<value>An object that contains the context toolbox&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.SettingsGrid">
<summary>
<para>Provides access to grid settings.</para>
</summary>
<value>An object that contains the grid settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.SettingsPage">
<summary>
<para>Provides access to page settings.</para>
</summary>
<value>An object that contains the page settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.SettingsPropertiesPanel">
<summary>
<para>Provides access to the properties panel&#39;s settings.</para>
</summary>
<value>An object that contains the properties panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.SettingsToolbox">
<summary>
<para>Provides access to the toolbox&#39;s settings.</para>
</summary>
<value>An object that contains the toolbox&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.SimpleView">
<summary>
<para>Switches the Diagram extension to simple view mode.</para>
</summary>
<value>true, to enable simple view mode; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.Styles">
<summary>
<para>Specifies the style settings of the Diagram elements.</para>
</summary>
<value>An object that provides style settings for elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.StylesEditors">
<summary>
<para>Specifies the style settings of editors in the Diagram extension.</para>
</summary>
<value>An object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.StylesMenu">
<summary>
<para>Specifies the style settings of menu elements in the Diagram extension.</para>
</summary>
<value>An object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.Units">
<summary>
<para>Specifies the measurement unit for size properties (for instance, <see cref="P:DevExpress.Web.ASPxDiagram.DiagramNodeMappingInfo.Height"/>, <see cref="P:DevExpress.Web.ASPxDiagram.DiagramNodeMappingInfo.Width"/>).</para>
</summary>
<value>The unit.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DiagramSettings.ViewUnits">
<summary>
<para>Specifies the measurement unit that is displayed in user interface elements.</para>
</summary>
<value>The unit.</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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DockManagerExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.DockManagerSettings">
<summary>
<para>Contains the DockManager extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DockManagerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> 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 DockManager.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DockManagerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the DockManager.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DockManagerSettings.ControlStyle">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.DockManagerSettings"/> class.</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>true to allow end-users to dock and undock panels; otherwise, false.</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>true if information is persisted in cookies; otherwise, false.</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 <see cref="T:System.String"/> value specifying a cookie&#39;s name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DockManagerSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.StylesBase"/> object that provides style settings for view elements.</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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DockPanelExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.DockPanelSettings">
<summary>
<para>Contains the DockPanel extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DockPanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.AllowedDockState"/> 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 DockPanel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DockPanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the DockPanel.</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 <see cref="T:DevExpress.Web.Mvc.MVCxForbiddenZoneCollection"/> 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 <see cref="T:DevExpress.Web.LoadPanelContentViaCallback"/> 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&#39;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.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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DockZoneExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.DockZoneSettings">
<summary>
<para>Contains the DockZone extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DockZoneSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true to allow a zone to grow; otherwise, false</value>
</member>
<member name="P:DevExpress.Web.Mvc.DockZoneSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the DockZone.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DockZoneClientSideEvents"/> object which allows assigning handlers to the client-side events available to the DockZone.</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>true to make a zone initially displayed on the client; false to render the zone into the web page, but make it initially hidden on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DockZoneSettings.Images">
<summary>
<para>Provides access to the settings that define images displayed within the Dock Zone&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImagesBase"/> 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 <see cref="T:DevExpress.Web.DockZoneOrientation"/> 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 <see cref="T:DevExpress.Web.Paddings"/> 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 <see cref="T:System.Web.UI.WebControls.Unit"/> 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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DockZoneStyles"/> 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 <see cref="T:System.String"/> that is the unique identifier of a zone.</value>
</member>
<member name="T:DevExpress.Web.Mvc.DocumentViewerExtension">
<summary>
<para>Renders the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> in ASP.NET MVC.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DocumentViewerExtension"/> 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.DocumentViewerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DocumentViewerExtension"/> class with the specified 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"/> value.</param>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerExtension.DefaultRibbonTabs">
<summary>
<para>Indicates the Ribbon tabs that are displayed by a ASP.NET Document Viewer by default.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonTab"/> array.</value>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportTo(DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings,System.Action{DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs},System.Web.HttpRequestBase)">
<summary>
<para>Exports a document displayed by the Document Viewer.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings"/> object providing settings to a remote document source of the Document Viewer.</param>
<param name="deserializeClientParameter">A <see cref="T:System.Action"/> that will be used to deserialize values assigned to report parameters on the client.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportTo(DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings,System.Web.HttpRequestBase)">
<summary>
<para>Exports a document displayed by the ASP.NET Document Viewer.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings"/> object.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportTo(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Exports a document displayed by the Document Viewer.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> to be exported.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportTo(DevExpress.XtraReports.UI.XtraReport,System.Web.HttpContextBase)">
<summary>
<para>Exports a document displayed by the Report Viewer.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> that is being exported.</param>
<param name="httpContext">A System.Web.httpContext containing report export settings obtained from a HTTP request.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportTo(DevExpress.XtraReports.UI.XtraReport,System.Web.HttpRequestBase)">
<summary>
<para>Exports a document displayed by the Document Viewer.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> to be exported.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportTo(DevExpress.XtraReports.UI.XtraReport,System.Web.HttpRequestBase,System.Action{DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs})">
<summary>
<para>Exports a document displayed by the Document Viewer.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> that is being exported.</param>
<param name="request">An HTTP request containing report export settings.</param>
<param name="deserializeClientParameter">A <see cref="T:System.Action"/> that will be used to deserialize values assigned to report parameters on the client.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportTo(DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration,System.Action{DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs},System.Web.HttpRequestBase)">
<summary>
<para>Exports a document displayed by the Document Viewer.</para>
</summary>
<param name="configuration">An <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration"/> object providing configuration settings to a remote document source of the Document Viewer.</param>
<param name="deserializeClientParameter">A <see cref="T:System.Action"/> that will be used to deserialize values assigned to report parameters on the client.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportTo(DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration,System.Web.HttpRequestBase)">
<summary>
<para>Exports a document displayed by the ASP.NET Document Viewer.</para>
</summary>
<param name="configuration">A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration"/> object.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportToAsync(DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings,System.Action{DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs},System.Web.HttpRequestBase)">
<summary>
<para>Asynchronously exports a document displayed by the Document Viewer.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings"/> object providing settings to a remote document source of the Document Viewer.</param>
<param name="deserializeClientParameter">A <see cref="T:System.Action"/> that will be used to deserialize values assigned to report parameters on the client.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>A <see cref="T:System.Threading.Tasks.Task"/>, specifying an asynchronous operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportToAsync(DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings,System.Web.HttpRequestBase)">
<summary>
<para>Asynchronously exports a document displayed by the ASP.NET Document Viewer.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings"/> object.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>An asynchronous operation result, containing a <see cref="T:System.Web.Mvc.FileResult"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportToAsync(DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration,System.Action{DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs},System.Web.HttpRequestBase)">
<summary>
<para>Asynchronously exports a document displayed by the Document Viewer.</para>
</summary>
<param name="configuration">An <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration"/> object providing configuration settings to a remote document source of the Document Viewer.</param>
<param name="deserializeClientParameter">A <see cref="T:System.Action"/> that will be used to deserialize values assigned to report parameters on the client.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>A <see cref="T:System.Threading.Tasks.Task"/>, specifying an asynchronous operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerExtension.ExportToAsync(DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration,System.Web.HttpRequestBase)">
<summary>
<para>Asynchronously exports a document displayed by the ASP.NET Document Viewer.</para>
</summary>
<param name="configuration">A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration"/> object.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>An asynchronous operation result, containing a <see cref="T:System.Web.Mvc.FileResult"/> object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.DocumentViewerSettings">
<summary>
<para>Stores settings of the <see cref="T:DevExpress.Web.Mvc.DocumentViewerExtension"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DocumentViewerSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.AccessibilityCompliant">
<summary>
<para>Enables support for Section 508.</para>
</summary>
<value>true to enable support for Section 508; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.AssociatedRibbonName">
<summary>
<para>Specifies the name of a Ribbon associated with the ASP.NET Document Viewer.</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the Ribbon name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.AutoHeight">
<summary>
<para>Specifies whether the Document Viewer&#39;s height is adjusted automatically to fit its panels.</para>
</summary>
<value>true, to automatically adjust the Document Viewer&#39;s height; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.CacheReportDocument">
<summary>
<para>Occurs when a report document is created and it&#39;s possible to store it in the cache.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.CacheReportDocumentEventHandler"/> delegate that will handle the CacheReportDocument event.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.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 <see cref="T:System.Object"/>, containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.ClientSideEvents">
<summary>
<para>Provides access to the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.DocumentViewerSettings"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerClientSideEvents"/> object that provides client-side events to the <see cref="T:DevExpress.Web.Mvc.DocumentViewerSettings"/>.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.ConfigurationRemoteSource">
<summary>
<para>Specifies the configuration of a remote document source of a ASP.NET Document Viewer.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.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.DocumentViewerSettings.LoadingPanelImage">
<summary>
<para>Specifies the settings of an image displayed within a Loading Panel of the Document Viewer.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.LoadingPanelStyle">
<summary>
<para>Gets the style settings of a specific loading panel displayed while waiting for a callback response.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.Report">
<summary>
<para>Specifies the report to display in a Document Viewer.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> specifying a report.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.ReportTypeName">
<summary>
<para>Specifies the name of the class of the report to display in a Document Viewer.</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the name of a report class.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.RestoreReportDocumentFromCache">
<summary>
<para>Occurs when an Document Viewer requires a report for display, and it&#39;s possible to restore an existing report document from the cache.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventHandler"/> delegate that will handle the RestoreReportDocumentFromCache event.</value>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerSettings.SetCustomParameter(System.Action{DevExpress.Web.Mvc.MVCxDocumentViewerParameter})">
<summary>
<para>Specifies settings of a report parameter.</para>
</summary>
<param name="parameterMethod">A System.Action delegate method that specifies properties of an <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerParameter"/>.</param>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerSettings.SetCustomParameter(System.String,System.Action{DevExpress.Web.Mvc.MVCxDocumentViewerParameter})">
<summary>
<para>Specifies settings of a report parameter.</para>
</summary>
<param name="parameterName">A System.String containing the name of a parameter.</param>
<param name="parameterMethod">A System.Action delegate method that specifies properties of an <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerParameter"/>.</param>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerSettings.SetRemoteSourceConfiguration(System.Action{DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration})">
<summary>
<para>Applies the specified action to the Document Viewer&#39;s <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration"/> property.</para>
</summary>
<param name="action">A <see cref="T:System.Action"/> delegate that sets the <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceConfiguration"/>.</param>
</member>
<member name="M:DevExpress.Web.Mvc.DocumentViewerSettings.SetRemoteSourceSettings(System.Action{DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings})">
<summary>
<para>Applies the specified action to the Document Viewer&#39;s <see cref="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsRemoteSource"/> property.</para>
</summary>
<param name="action">A <see cref="T:System.Action"/> delegate that sets the Document Viewer&#39;s remote document source settings.</param>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsDocumentMap">
<summary>
<para>Provides access to the document map settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerDocumentMapSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsParametersPanelCaption">
<summary>
<para>Provides access to the Parameters panel caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorCaptionSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsRemoteSource">
<summary>
<para>Provides access to the remote document source settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRemoteSourceSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsReportViewer">
<summary>
<para>Provides access to the Document Viewer&#39;s <see cref="T:DevExpress.XtraReports.Web.ReportViewer"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportViewerSettings"/> value.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsRibbon">
<summary>
<para>Provides access to the Ribbon settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerRibbonSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsSplitter">
<summary>
<para>Provides access to the splitter settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.SettingsToolbar">
<summary>
<para>Provides access to the toolbar settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarProperties"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesDocumentMap">
<summary>
<para>Provides access to the style settings that control the appearance of the Document Viewer&#39;s document map.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDocumentMapStyles"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesEditors">
<summary>
<para>Provides access to the editor style settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorStyles"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesParametersPanelButtons">
<summary>
<para>Provides access to the style settings that control the appearance of buttons located in the Document Viewer&#39;s Parameters panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ButtonControlStyles"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesParametersPanelEditors">
<summary>
<para>Provides access to the style settings that control the appearance of value editors located in the Document Viewer&#39;s Parameters panel.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesParametersPanelParameterEditors">
<summary>
<para>Provides access to the style settings that control the appearance of the Parameters panel.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportParametersPanelEditorStyles"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesReportViewer">
<summary>
<para>Provides access to the style settings that control the appearance of the Document Viewer&#39;s report viewer.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerViewerStyles"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesRibbon">
<summary>
<para>Provides access to the style settings that control the appearance of the Ribbon.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.Ribbon.DocumentViewerRibbonStyles"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesSplitter">
<summary>
<para>Provides access to the style settings that control the appearance of a Document Vewer&#39;s splitters.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerSplitterStyles"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.StylesToolbar">
<summary>
<para>Provides access to the style settings that control the appearance of the Document Viewer&#39;s toolbar.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerReportToolbarStyles"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.ToolbarItems">
<summary>
<para>Provides access to the collection of the Document Viewer toolbar&#39;s items.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarItemCollection"/> object representing the report toolbar&#39;s collection of items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DocumentViewerSettings.ToolbarMode">
<summary>
<para>Specifies the Document Viewer toolbar.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.DocumentViewer.DocumentViewerToolbarMode"/> enumeration value.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.DropDownEditExtension.GetKeyValue(System.String)">
<summary>
<para>Obtains the key value associated with the text displayed within the editor&#39;s edit box.</para>
</summary>
<param name="name">A string value representing the name.</param>
<returns>A string representing the key value associated with the editor&#39;s value (displayed text).</returns>
</member>
<member name="T:DevExpress.Web.Mvc.DropDownEditSettings">
<summary>
<para>Contains the DropDownEdit extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.DropDownEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.DropDownEditSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.DropDownEditSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DropDownEditSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the DropDownEdit editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxDropDownEditProperties"/> object containing the DropDownEdit 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.DropDownEditSettings.RenderIFrameForPopupElements">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s popup dialogs are displayed above Java applets 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.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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.DropDownEditSettings.SetButtonTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to provide a template for rendering the editor&#39;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&#39;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.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to provide a template for rendering the dropdown window&#39;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.DropDownEditSettings.SetDropDownWindowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the dropdown window&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</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>true if model error messages are automatically displayed for an invalid editor; false 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.EditorExtension">
<summary>
<para>Represents a base class for Data Editors Extensions.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.EditorExtension.#ctor(DevExpress.Web.Mvc.EditorSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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&#39;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&#39;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)">
<summary>
<para>Returns a specific editor&#39;s value.</para>
</summary>
<param name="name">A string specifying the editor name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<typeparam name="T"></typeparam>
<returns>An object representing the editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.MaskSettings)">
<summary>
<para>Returns a specific editor&#39;s value, which is validated based on the passed mask settings.</para>
</summary>
<param name="name">A string specifying the editor name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="maskSettings">A <see cref="T:DevExpress.Web.MaskSettings"/> object containing the editor mask settings.</param>
<typeparam name="T"></typeparam>
<returns>An object representing the editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ValidationSettings)">
<summary>
<para>Returns a specific editor&#39;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.ValidationSettings"/> object containing the settings that relate to editor validation.</param>
<typeparam name="T"></typeparam>
<returns>An object representing the editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ValidationSettings,DevExpress.Web.MaskSettings)">
<summary>
<para>Returns a specific editor&#39;s value, which is validated based on the passed validation and mask 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.ValidationSettings"/> object containing the settings that relate to editor validation.</param>
<param name="maskSettings">A <see cref="T:DevExpress.Web.MaskSettings"/> object containing the editor mask settings.</param>
<typeparam name="T"></typeparam>
<returns>An object representing the editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ValidationSettings,System.EventHandler{DevExpress.Web.ValidationEventArgs})">
<summary>
<para>Returns a specific editor&#39;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.ValidationSettings"/> object containing the settings that relate to editor validation.</param>
<param name="validationDelegate">A method to which custom validation processing is delegated.</param>
<typeparam name="T"></typeparam>
<returns>An object specifying the editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ValidationSettings,System.EventHandler{DevExpress.Web.ValidationEventArgs},DevExpress.Web.MaskSettings)">
<summary>
<para>Returns a specific editor&#39;s value, which is validated based on the passed validation and mask 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.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="maskSettings">A <see cref="T:DevExpress.Web.MaskSettings"/> object containing the editor mask settings.</param>
<typeparam name="T"></typeparam>
<returns>An object representing the editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ValidationSettings,System.EventHandler{DevExpress.Web.ValidationEventArgs},DevExpress.Web.MaskSettings,System.Boolean@)">
<summary>
<para>Returns a specific editor&#39;s value, which is validated based on the passed validation and mask 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.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="maskSettings">A <see cref="T:DevExpress.Web.MaskSettings"/> object containing the editor mask settings.</param>
<param name="isValid">true if the editor value is valid; otherwise, false.</param>
<typeparam name="T"></typeparam>
<returns>An object representing the editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.EditorExtension.GetValue``1(System.String,DevExpress.Web.ValidationSettings,System.EventHandler{DevExpress.Web.ValidationEventArgs},System.Boolean@)">
<summary>
<para>Returns a specific editor&#39;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.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">true if the editor value is valid; otherwise, false.</param>
<typeparam name="T"></typeparam>
<returns>An object representing the editor value.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.EditorSettings">
<summary>
<para>Contains base data editor-specific settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.EditorSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if an editor is enabled; otherwise, false.</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>true to make an editor initially displayed; false 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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.EditorSettings.DisabledStyle">
<summary>
<para>Gets the style settings which define the editor&#39;s appearance in the disabled state.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object containing style settings.</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.ExtensionBase">
<summary>
<para>Serves as a base class for DevExpress ASP.NET 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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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&#39;s HTML code to the Response.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.FetchAppointmentsMethod">
<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.ASPxSchedulerDataWebControlBase.FetchAppointments"/> event.</param>
<value></value>
</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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.#ctor(DevExpress.Web.Mvc.FileManagerSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.BindToFileSystemProvider(DevExpress.Web.FileSystemProviderBase)">
<summary>
<para>Binds the FileManager to a custom file system provider.</para>
</summary>
<param name="fileSystemProvider">A <see cref="T:DevExpress.Web.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 FileManager 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(DevExpress.Web.Mvc.FileManagerSettings)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.FileManagerSettings"/> object that is the file manager settings.</param>
<returns>A <see cref="T:System.Web.Mvc.FileStreamResult"/> object that is a binary content sent in response.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(DevExpress.Web.Mvc.FileManagerSettings,DevExpress.Web.FileSystemProviderBase)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.FileManagerSettings"/> object that is the file manager settings.</param>
<param name="fileSystemProvider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object that is the custom file system provider to which the FileManager extension is bound.</param>
<returns>A <see cref="T:System.Web.Mvc.FileStreamResult"/> object that is a binary content sent to the response.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(DevExpress.Web.Mvc.FileManagerSettings,DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFileDownloadingEventHandler)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.FileManagerSettings"/> object that is the file manager settings.</param>
<param name="fileSystemProvider">A <see cref="T:DevExpress.Web.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 <see cref="T:System.Web.Mvc.FileStreamResult"/> object that is a binary content sent to the response.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(DevExpress.Web.Mvc.FileManagerSettings,System.String)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.FileManagerSettings"/> object that is the file manager settings.</param>
<param name="rootFolder">A <see cref="T:System.String"/> value that specifies the root folder to which the FileManager extension is bound.</param>
<returns>A <see cref="T:System.Web.Mvc.FileStreamResult"/> object that is a binary content sent in response.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(DevExpress.Web.Mvc.FileManagerSettings,System.String,DevExpress.Web.FileManagerFileDownloadingEventHandler)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.FileManagerSettings"/> object that is the file manager settings.</param>
<param name="rootFolder">A <see cref="T:System.String"/> 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 <see cref="T:System.Web.Mvc.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.FileManagerSettingsPermissions)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="name"></param>
<param name="settingsPermissions"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,DevExpress.Web.FileSystemProviderBase)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the FileManager extension name.</param>
<param name="fileSystemProvider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object that is the custom file system provider to which the FileManager extension is bound.</param>
<returns>A <see cref="T:System.Web.Mvc.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.FileSystemProviderBase,DevExpress.Web.FileManagerFileDownloadingEventHandler)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the FileManager extension name.</param>
<param name="fileSystemProvider">A <see cref="T:DevExpress.Web.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 <see cref="T:System.Web.Mvc.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.FileSystemProviderBase,DevExpress.Web.FileManagerSettingsPermissions)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="name"></param>
<param name="fileSystemProvider"></param>
<param name="settingsPermissions"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerSettingsPermissions,DevExpress.Web.FileManagerFileDownloadingEventHandler)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="name"></param>
<param name="fileSystemProvider"></param>
<param name="settingsPermissions"></param>
<param name="fileDownloadingDelegate"></param>
<returns></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 <see cref="T:System.String"/> value that specifies the FileManager extension name.</param>
<param name="rootFolder">A <see cref="T:System.String"/> value that specifies the root folder to which the FileManager extension is bound.</param>
<returns>A <see cref="T:System.Web.Mvc.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.FileManagerFileDownloadingEventHandler)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the FileManager extension name.</param>
<param name="rootFolder">A <see cref="T:System.String"/> 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 <see cref="T:System.Web.Mvc.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.FileManagerSettingsPermissions)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="name"></param>
<param name="rootFolder"></param>
<param name="settingsPermissions"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.DownloadFiles(System.String,System.String,DevExpress.Web.FileManagerSettingsPermissions,DevExpress.Web.FileManagerFileDownloadingEventHandler)">
<summary>
<para>Returns the binary content of downloaded files from the FileManager with the specified settings.</para>
</summary>
<param name="name"></param>
<param name="rootFolder"></param>
<param name="settingsPermissions"></param>
<param name="fileDownloadingDelegate"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerExtension.GetCloudDownloadUrl(DevExpress.Web.Mvc.FileManagerSettings,DevExpress.Web.CloudFileSystemProviderBase)">
<summary>
<para>Generates a URL for downloading a file from a cloud service.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.FileManagerSettings"/> object that is the file manager settings.</param>
<param name="cloudFileSystemProvider">A <see cref="T:DevExpress.Web.CloudFileSystemProviderBase"/> object that is a cloud file system provider to which the FileManager extension is bound.</param>
<returns>A <see cref="T:System.String"/> value specifying the file URL.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.FileManagerSettings">
<summary>
<para>Contains the FileManager extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.FileManagerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FileManagerSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.AfterPerformCallback">
<summary>
<para>Enables you to perform custom actions after a callback or a postback initiated by the control has been processed on the server.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerAfterPerformCallbackEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.FileManagerClientSideEvents"/> 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>true to initially display a FileManager; false to render it into the web page, but make it initially hidden on the client.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.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:js-MVCxClientFileManager.PerformCallback(data)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomCallback">
<summary>
<para>Fires when a callback has been initiated.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomErrorText">
<summary>
<para>Enables you to provide custom error descriptions.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerCustomErrorTextEventHandler"/> 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 <see cref="T:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventHandler"/> 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 <see cref="T:DevExpress.Web.FileSystemProviderBase"/> 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 <see cref="T:System.String"/> 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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomThumbnail">
<summary>
<para>Occurs each time before a thumbnail is created.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerThumbnailCreateEventHandler"/> delegate method allowing you to provide a custom thumbnail.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.CustomTooltip">
<summary>
<para>Allows the tooltip for the current FileManager item to be customized.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerCustomTooltipEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.DetailsViewCustomColumnDisplayText">
<summary>
<para>Allows you to provide custom column cell values.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventHandler"/> delegate method.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.DetailsViewCustomColumnHeaderFilterFillItems">
<summary>
<para>Enables you to provide custom filter items displayed within a filter dropdown for a custom column.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventHandler"/> delegate method.</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&#39;s content is updated via a callback.</para>
</summary>
<value>true, if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.FilesUploaded">
<summary>
<para>Allows you to perform custom actions after upload of all selected files has been completed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFilesUploadedEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> 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.FolderCreated">
<summary>
<para>Allows you to perform custom actions after a folder has been created.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFolderCreatedEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> 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 elements within the FileManager.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerImages"/> 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 <see cref="T:DevExpress.Web.FileManagerDetailsViewImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.ItemCopying">
<summary>
<para>Allows you to cancel copying an item.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemCopyEventHandler"/> delegate method to be called when a folder is about to be copied within the FileManager.</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 <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> 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 <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method to be called when an item is about to be moved.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.ItemRenamed">
<summary>
<para>Allows you to perform custom actions after an item has been renamed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemRenamedEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method to be called when a folder is about to be renamed.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.ItemsCopied">
<summary>
<para>Allows you to perform custom actions after all the selected items have been copied.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemsCopiedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.ItemsDeleted">
<summary>
<para>Allows you to perform custom actions after all the selected items have been deleted.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemsDeletedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.ItemsMoved">
<summary>
<para>Allows you to perform custom actions after all the selected items have been moved.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemsMovedEventHandler"/> delegate method allowing you to implement custom processing.</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"></see> 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&#39;s state.</para>
</summary>
<value>true, if information is persisted in cookies; otherwise, false.</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&#39;s state is persisted.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying a cookie&#39;s name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.Settings">
<summary>
<para>Provides access to the FileManager&#39;s main settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettings"/> object that contains the FileManager&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsAdaptivity">
<summary>
<para>Provides access to the File Manager layout adaptivity settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerSettingsAdaptivity"/> object that contains adaptivity settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsBreadcrumbs">
<summary>
<para>Provides access to the file manager&#39;s breadcrumbs element settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerSettingsBreadcrumbs"/> object that contains breadcrumbs settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsContextMenu">
<summary>
<para>Provides access to the file manager&#39;s context menu settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerSettingsContextMenu"/> object that contains context menu settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsCookies">
<summary>
<para>Provides access to the file manager&#39;s cookie settings.</para>
</summary>
<value>An object that contains cookie settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsEditing">
<summary>
<para>Provides access to the FileManager&#39;s editing settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerSettingsEditing"/> object that contains the FileManager&#39;s editing options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsFileList">
<summary>
<para>Provides access to the file list&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettingsFileList"/> object that contains the file list&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsFiltering">
<summary>
<para>Provides access to the File Manager&#39;s filtering functionality.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerSettingsFiltering"/> object providing the filtering settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsFolders">
<summary>
<para>Provides access to the folder container&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerSettingsFolders"/> object that contains the folder container&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsPermissions">
<summary>
<para>Provides access to settings that relate to the FileManager&#39;s access permissions.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerSettingsPermissions"/> 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 <see cref="T:DevExpress.Web.FileManagerSettingsToolbar"/> object that contains the visibility options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FileManagerSettings.SettingsUpload">
<summary>
<para>Provides access to the upload panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload"/> 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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerStyles"/> 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 <see cref="T:DevExpress.Web.FileManagerDetailsViewStyles"/> object that provides style settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory">
<summary>
<para>Provides methods that allow you to configure columns of different types in the filter control extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory.ButtonEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnButtonEditProperties})">
<summary>
<para>Allows you to configure a button edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory.CheckBox(System.Action{DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties})">
<summary>
<para>Allows you to configure a check box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory.ComboBox(System.Action{DevExpress.Web.Mvc.MVCxColumnComboBoxProperties})">
<summary>
<para>Allows you to configure a combo box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory.DateEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnDateEditProperties})">
<summary>
<para>Allows you to configure a date edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnDateEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory.HyperLink(System.Action{DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties})">
<summary>
<para>Allows you to configure a hyperlink column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory.Memo(System.Action{DevExpress.Web.Mvc.MVCxColumnMemoProperties})">
<summary>
<para>Allows you to configure a button edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory.SpinEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnSpinEditProperties})">
<summary>
<para>Allows you to configure a spin edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory.TextBox(System.Action{DevExpress.Web.Mvc.MVCxColumnTextBoxProperties})">
<summary>
<para>Allows you to configure a text box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties"/> object as a parameter.</param>
</member>
<member name="T:DevExpress.Web.Mvc.FilterControlExtension">
<summary>
<para>Represents an extension object implementing the Filter Control functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlExtension.#ctor(DevExpress.Web.Mvc.MVCxFilterControlSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FilterControlExtension"/> class.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlSettings"/> object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlExtension.#ctor(DevExpress.Web.Mvc.MVCxFilterControlSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FilterControlExtension"/> class.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlExtension.GetFilterExpressionInfo(System.String)">
<summary>
<para>Returns filter criteria information in the controller.</para>
</summary>
<param name="name">A string value that specifies the name of the filter control extension.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo"/> object that contains filter criteria information.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.FilterControlExtension`1">
<summary>
<para>Represents an extension object implementing the Filter Control functionality.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlExtension`1.#ctor(DevExpress.Web.Mvc.MVCxFilterControlSettings{`0})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FilterControlExtension`1"/> class.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FilterControlExtension`1.#ctor(DevExpress.Web.Mvc.MVCxFilterControlSettings{`0},System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FilterControlExtension`1"/> class.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.FloatingActionButtonExtension">
<summary>
<para>Represents an extension object implementing the Floating Action Button functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.FloatingActionButtonExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FloatingActionButtonExtension"/> class.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.SettingsBase"/> descendant.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FloatingActionButtonExtension.#ctor(DevExpress.Web.Mvc.SettingsBase,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FloatingActionButtonExtension"/> class.</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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.FloatingActionButtonSettings">
<summary>
<para>Contains the Floating Action Button extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.FloatingActionButtonSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FloatingActionButtonSettings"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the floating action button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FloatingActionButtonClientSideEvents"/> object which allows assigning handlers to the client-side events available to the floating action button.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.ContainerElementID">
<summary>
<para>Specifies the ID of the HTML element or web control on the page.</para>
</summary>
<value>A string value that specifies the container element ID.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.HorizontalMargin">
<summary>
<para>Specifies the floating action button&#39;s horizontal margin.</para>
</summary>
<value>An integer value that specifies the horizontal margin.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.HorizontalPosition">
<summary>
<para>Specifies the floating action button&#39;s horizontal position relative to the container.</para>
</summary>
<value>One of <see cref="T:DevExpress.Web.FloatingActionButtonHorizontalPosition"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.InitialActionContext">
<summary>
<para>Specifies which floating action button&#39;s action should be displayed when a page is initialized.</para>
</summary>
<value>A string value that specifies the action&#39;s context name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.Items">
<summary>
<para>Gets the collection of items in the Floating Action Button.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FABActionCollection"/> instance that is the collection of items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the ASPxFloatingActionButton&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FloatingActionButtonStyles"/> object that provides style settings for the floating action button&#39;s elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.VerticalMargin">
<summary>
<para>Specifies the floating action button&#39;s vertical margin.</para>
</summary>
<value>An integer value that specifies the vertical margin.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FloatingActionButtonSettings.VerticalPosition">
<summary>
<para>Specifies the floating action button&#39;s vertical position relative to the container.</para>
</summary>
<value>One of <see cref="T:DevExpress.Web.FloatingActionButtonVerticalPosition"/> enumeration values.</value>
</member>
<member name="T:DevExpress.Web.Mvc.FormLayoutExtension`1">
<summary>
<para>Represents an extension object implementing the FormLayout functionality.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutExtension`1.#ctor(DevExpress.Web.Mvc.FormLayoutSettings{`0})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FormLayoutExtension`1"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutExtension`1.#ctor(DevExpress.Web.Mvc.FormLayoutSettings{`0},System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FormLayoutExtension`1"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutExtension`1.Bind(System.Object)">
<summary>
<para>Binds the FormLayout 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.FormLayoutExtension`1"/> object representing the FormLayout.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory">
<summary>
<para>Contains helper methods to create DevExpress MVC data editors as nested editors within the MVC FormLayout extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.BinaryImage(System.Action{DevExpress.Web.Mvc.BinaryImageEditSettings})">
<summary>
<para>Creates a BinaryImage editor.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.BinaryImageEditSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.Button(System.Action{DevExpress.Web.Mvc.ButtonSettings})">
<summary>
<para>Creates a Button.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ButtonSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.ButtonEdit(System.Action{DevExpress.Web.Mvc.ButtonEditSettings})">
<summary>
<para>Creates a ButtonEdit editor.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ButtonEditSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.Calendar(System.Action{DevExpress.Web.Mvc.CalendarSettings})">
<summary>
<para>Creates a Calendar.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CalendarSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.Captcha(System.Action{DevExpress.Web.Mvc.CaptchaSettings})">
<summary>
<para>Creates a Captcha.</para>
</summary>
<param name="settingsMethod">A <see cref="T:DevExpress.Web.Mvc.CaptchaSettings"/> object containing Captcha extension settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.CheckBox(System.Action{DevExpress.Web.Mvc.CheckBoxSettings})">
<summary>
<para>Creates a CheckBox.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CheckBoxSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.CheckBoxList(System.Action{DevExpress.Web.Mvc.CheckBoxListSettings})">
<summary>
<para>Creates a CheckBoxList.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CheckBoxListSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.ColorEdit(System.Action{DevExpress.Web.Mvc.ColorEditSettings})">
<summary>
<para>Creates a ColorEdit.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ColorEditSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.ComboBox(System.Action{DevExpress.Web.Mvc.ComboBoxSettings})">
<summary>
<para>Creates a ComboBox.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ComboBoxSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.DateEdit(System.Action{DevExpress.Web.Mvc.DateEditSettings})">
<summary>
<para>Creates a DateEdit.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DateEditSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.DropDownEdit(System.Action{DevExpress.Web.Mvc.DropDownEditSettings})">
<summary>
<para>Creates a DropDownEdit.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DropDownEditSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.HyperLink(System.Action{DevExpress.Web.Mvc.HyperLinkSettings})">
<summary>
<para>Creates a HyperLink.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.HyperLinkSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.Image(System.Action{DevExpress.Web.Mvc.ImageEditSettings})">
<summary>
<para>Creates a Image.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ImageEditSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.Label(System.Action{DevExpress.Web.Mvc.LabelSettings})">
<summary>
<para>Creates a Label.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.LabelSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.ListBox(System.Action{DevExpress.Web.Mvc.ListBoxSettings})">
<summary>
<para>Creates a ListBox.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ListBoxSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.Memo(System.Action{DevExpress.Web.Mvc.MemoSettings})">
<summary>
<para>Creates a Memo.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MemoSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.ProgressBar(System.Action{DevExpress.Web.Mvc.ProgressBarSettings})">
<summary>
<para>Creates a ProgressBar.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ProgressBarSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.RadioButton(System.Action{DevExpress.Web.Mvc.RadioButtonSettings})">
<summary>
<para>Creates a RadioButton.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RadioButtonSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.RadioButtonList(System.Action{DevExpress.Web.Mvc.RadioButtonListSettings})">
<summary>
<para>Creates a RadioButtonList.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RadioButtonListSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.SpinEdit(System.Action{DevExpress.Web.Mvc.SpinEditSettings})">
<summary>
<para>Creates a SpinEdit.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SpinEditSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.TextBox(System.Action{DevExpress.Web.Mvc.TextBoxSettings})">
<summary>
<para>Creates a TextBox.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TextBoxSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.TimeEdit(System.Action{DevExpress.Web.Mvc.TimeEditSettings})">
<summary>
<para>Creates a TimeEdit.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TimeEditSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.TokenBox(System.Action{DevExpress.Web.Mvc.TokenBoxSettings})">
<summary>
<para>Creates a TokenBox.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TokenBoxSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.TrackBar(System.Action{DevExpress.Web.Mvc.TrackBarSettings})">
<summary>
<para>Creates a TrackBar.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TrackBarSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.UploadControl(System.Action{DevExpress.Web.Mvc.UploadControlSettings})">
<summary>
<para>Creates a UploadControl.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.UploadControlSettings"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory.ValidationSummary(System.Action{DevExpress.Web.Mvc.ValidationSummarySettings})">
<summary>
<para>Creates a ValidationSummary.</para>
</summary>
<param name="settingsMethod">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ValidationSummarySettings"/> as a parameter.</param>
</member>
<member name="T:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType">
<summary>
<para>Lists values that specify the nested extension type.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.BinaryImage">
<summary>
<para>Identifies a layout item with the nested BinaryImage extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.Button">
<summary>
<para>Identifies a layout item with the nested Button extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.ButtonEdit">
<summary>
<para>Identifies a layout item with the nested ButtonEdit extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.Calendar">
<summary>
<para>Identifies a layout item with the nested Calendar extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.Captcha">
<summary>
<para>Identifies a layout item with the nested Captcha extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.CheckBox">
<summary>
<para>Identifies a layout item with the nested CheckBox extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.CheckBoxList">
<summary>
<para>Identifies a layout item with the nested CheckBoxList extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.ColorEdit">
<summary>
<para>Identifies a layout item with the nested ColorEdit extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.ComboBox">
<summary>
<para>Identifies a layout item with the nested ComboBox extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.DateEdit">
<summary>
<para>Identifies a layout item with the nested DateEdit extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.Default">
<summary>
<para>Identifies a layout item with the default nested extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.DropDownEdit">
<summary>
<para>Identifies a layout item with the nested DropDownEdit extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.HyperLink">
<summary>
<para>Identifies a layout item with the nested HyperLink extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.Image">
<summary>
<para>Identifies a layout item with the nested Image extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.Label">
<summary>
<para>Identifies a layout item with the nested Label extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.ListBox">
<summary>
<para>Identifies a layout item with the nested ListBox extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.Memo">
<summary>
<para>Identifies a layout item with the nested Memo extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.ProgressBar">
<summary>
<para>Identifies a layout item with the nested ProgressBar extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.RadioButton">
<summary>
<para>Identifies a layout item with the nested RadioButton extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.RadioButtonList">
<summary>
<para>Identifies a layout item with the nested RadioButtonList extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.SpinEdit">
<summary>
<para>Identifies a layout item with the nested SpinEdit extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.TextBox">
<summary>
<para>Identifies a layout item with the nested TextBox extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.TimeEdit">
<summary>
<para>Identifies a layout item with the nested TimeEdit extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.TokenBox">
<summary>
<para>Identifies a layout item with the nested TokenBox extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.TrackBar">
<summary>
<para>Identifies a layout item with the nested TrackBar extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.UploadControl">
<summary>
<para>Identifies a layout item with the nested UploadControl extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType.ValidationSummary">
<summary>
<para>Identifies a layout item with the nested ValidationSummary extension.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.FormLayoutSettings`1">
<summary>
<para>Contains the FormLayout extension settings.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.FormLayoutSettings`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.FormLayoutSettings`1"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.AlignItemCaptions">
<summary>
<para>Gets or sets whether the layout item captions are auto-aligned independently within the FormLayout.</para>
</summary>
<value>true, to align layout item captions; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.AlignItemCaptionsInAllGroups">
<summary>
<para>Gets or sets whether the layout item captions are auto-aligned within all layout groups in the FormLayout extension.</para>
</summary>
<value>true, to align layout item captions; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the FormLayout.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ClientSideEvents"/> object which allows assigning handlers to the client-side events available to the FormLayout.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.ClientVisible">
<summary>
<para>Gets or sets a value that specifies the initial visibility state of an extension on the client.</para>
</summary>
<value>true to make an extension initially displayed on the client; false to render the extension on the web page, but make it initially hidden on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.ColumnCount">
<summary>
<para>Specifies a number of columns the Form Layout uses to organize its content.</para>
</summary>
<value>An integer value specifying the number of columns.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.Items">
<summary>
<para>Provides access to the FormLayout&#39;s item collection.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> object that represents a collection of layout items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.LayoutItemDataBinding">
<summary>
<para>Allows you to perform custom actions before a layout item is bound to a data source.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LayoutItemDataBindingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.LayoutItemDataBound">
<summary>
<para>Allows you to perform a custom action after a layout item has been bound to a data source field.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.LayoutItemDataBoundEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.LeftAndRightCaptionsWidth">
<summary>
<para>Gets or sets the width of captions that are displayed on the left or right of the nested control.</para>
</summary>
<value>A <see cref="T:System.Int32"/> value that is the caption&#39;s width.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.NestedExtensionWidth">
<summary>
<para>Gets or sets the width of editors contained in the form layout.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.OptionalMark">
<summary>
<para>Gets or sets the text displayed within optional marks.</para>
</summary>
<value>A string value that specifies an optional mark text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.RequiredMark">
<summary>
<para>Gets or sets the text displayed within required marks.</para>
</summary>
<value>A string value that specifies a required mark text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.RequiredMarkDisplayMode">
<summary>
<para>Gets or sets the required mark display mode.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.RequiredMarkMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.SettingsAdaptivity">
<summary>
<para>Provides access to the form layout&#39;s adaptivity settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FormLayoutAdaptivitySettings"/> object that contains adaptivity settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.SettingsItemCaptions">
<summary>
<para>Provides access to the settings of the layout item caption within the FormLayout extension.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LayoutItemCaptionSettings"/> object containing properties common to all the layout item captions within the FormLayout extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.SettingsItemHelpTexts">
<summary>
<para>Provides access to the help text settings within the FormLayout extension.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LayoutItemHelpTextSettings"/> object containing properties common to all the help texts within the FormLayout extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.SettingsItems">
<summary>
<para>Provides access to the layout item settings within the FormLayout extension.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LayoutGroupItemSettings"/> object containing properties common to all the layout items within the FormLayout extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.ShowItemCaptionColon">
<summary>
<para>Gets or sets a value that specifies whether the colon character is appended to layout item captions.</para>
</summary>
<value>true, if the colon character is appended to layout item captions; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FormLayoutStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.FormLayoutSettings`1.UseDefaultPaddings">
<summary>
<para>Specifies if the root layout group is displayed with default paddings, or the paddings should be hidden.</para>
</summary>
<value>true, to display the root layout group with default paddings; false, to display the root layout group without paddings (with zero paddings).</value>
</member>
<member name="T:DevExpress.Web.Mvc.GanttExtension">
<summary>
<para>The Gantt extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GanttExtension.#ctor(DevExpress.Web.Mvc.GanttSettings)">
<summary>
<para>Initializes a new instance of the class.</para>
</summary>
<param name="settings">The gantt settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GanttExtension.#ctor(DevExpress.Web.Mvc.GanttSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the class.</para>
</summary>
<param name="settings">The gantt settings.</param>
<param name="viewContext">The view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GanttExtension.Bind(System.Object,System.Object)">
<summary>
<para>Binds the Gantt to a data source.</para>
</summary>
<param name="dataObject">The data source object.</param>
<param name="taskDependencyObject">The task dependency object.</param>
<returns>The Gantt extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GanttExtension.Bind(System.Object,System.Object,System.Object,System.Object)">
<summary>
<para>Binds the Gantt to a data source.</para>
</summary>
<param name="taskObject">The task object.</param>
<param name="taskDependencyObject">The task dependency object.</param>
<param name="resourceObject">The resource object.</param>
<param name="resourceAssignmentObject">The resource assignment object.</param>
<returns>The Gantt extension.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.GanttSettings">
<summary>
<para>Contains the Gantt extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GanttSettings.#ctor">
<summary>
<para>Initializes a new instance of the object.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.BatchUpdateRouteValues">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.CallbackRouteValues">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the GanttSettings.</para>
</summary>
<value>An object which allows assigning handlers to the client-side events available to the GanttSettings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.DataBinding">
<summary>
<para>Allows you to perform custom actions before a Gantt is bound to a data source.</para>
</summary>
<value>A delegate method that allows you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.DataBound">
<summary>
<para>Enables you to perform a custom action after the Gantt has been bound to its data source.</para>
</summary>
<value>A EventHandler method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.Images">
<summary>
<para>Provides access to the settings that define images in the Gantt&#39;s elements.</para>
</summary>
<value>An object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.Mappings">
<summary>
<para>Provides access to the object that contains a set of gantt&#39;s properties mappings.</para>
</summary>
<value>Provides functionality for mapping properties to appropriate data fields.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.SettingsEditing">
<summary>
<para>Provides access to the Gantt&#39;s editing settings.</para>
</summary>
<value>Contains the Gantt&#39;s editing settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.SettingsGanttView">
<summary>
<para>Provides access to the Gantt&#39;s view settings.</para>
</summary>
<value>Object that contains the Gantt&#39;s view settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.SettingsStripLine">
<summary>
<para>Provides access to strip line settings.</para>
</summary>
<value>Strip line settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.SettingsTaskList">
<summary>
<para>Provides access to the task list settings.</para>
</summary>
<value>Contains task list settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.SettingsToolbar">
<summary>
<para>Contains toolbar settings.</para>
</summary>
<value>Toolbar settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.SettingsValidation">
<summary>
<para>Provides access to validation settings.</para>
</summary>
<value>The validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the Gantt control.</para>
</summary>
<value>Style settings for the Gantt&#39;s visual elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GanttSettings.WorkTimeRules">
<summary>
<para>Provides access to the work time rules collection.</para>
</summary>
<value>A collection of work time rules.</value>
</member>
<member name="T:DevExpress.Web.Mvc.GridBaseColumnState">
<summary>
<para>Serves as a base class for the <see cref="T:DevExpress.Web.Mvc.CardViewColumnState"/>, <see cref="T:DevExpress.Web.Mvc.GridLookupColumnState"/>, and <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> classes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseColumnState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridBaseColumnState"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseColumnState.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridBaseColumnState"/> class with the specified field name.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of a data field.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseColumnState.Assign(DevExpress.Web.Mvc.GridBaseColumnState)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBaseColumnState"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBaseColumnState"/> object whose settings are assigned to the current object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridBaseColumnStateCollection`1">
<summary>
<para>A collection that contains information (the current state) on column objects.</para>
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseColumnStateCollection`1.Assign(DevExpress.Web.Mvc.Internal.IGridColumnStateCollection)">
<summary>
<para>Copies the items from the specified IGridColumnStateCollection-supported object to the current object.</para>
</summary>
<param name="source">An IGridColumnStateCollection-supported object whose items are assigned to the current object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridBaseFilteringState">
<summary>
<para>Serves as a base class for the <see cref="T:DevExpress.Web.Mvc.CardViewFilteringState"/>, <see cref="T:DevExpress.Web.Mvc.GridLookupFilteringState"/>, and <see cref="T:DevExpress.Web.Mvc.GridViewFilteringState"/> classes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseFilteringState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridBaseFilteringState"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.GridBasePagerState">
<summary>
<para>Serves as a base class for the <see cref="T:DevExpress.Web.Mvc.CardViewPagerState"/>, <see cref="T:DevExpress.Web.Mvc.GridLookupPagerState"/>, and <see cref="T:DevExpress.Web.Mvc.GridViewPagerState"/> classes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBasePagerState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridBasePagerState"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBasePagerState.Assign(DevExpress.Web.Mvc.GridBasePagerState)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBasePagerState"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBasePagerState"/> object whose settings are assigned to the current object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridBaseSearchPanelState">
<summary>
<para>Serves as a base class for the <see cref="T:DevExpress.Web.Mvc.CardViewSearchPanelState"/> and <see cref="T:DevExpress.Web.Mvc.GridViewSearchPanelState"/> classes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseSearchPanelState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridBaseSearchPanelState"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseSearchPanelState.Assign(DevExpress.Web.Mvc.GridBaseSearchPanelState)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBaseSearchPanelState"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBaseSearchPanelState"/> object whose settings are assigned to the current object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridBaseSummaryItemState">
<summary>
<para>Contains information (the current state) of an individual summary item.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseSummaryItemState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridBaseSummaryItemState"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseSummaryItemState.Assign(DevExpress.Web.Mvc.GridBaseSummaryItemState)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBaseSummaryItemState"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBaseSummaryItemState"/> object whose settings are assigned to the current object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridBaseSummaryItemStateCollection`1">
<summary>
<para>Serves as a base class for the <see cref="T:DevExpress.Web.Mvc.CardViewSummaryItemStateCollection"/> and <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemStateCollection"/> classes.</para>
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseSummaryItemStateCollection`1.Assign(DevExpress.Web.Mvc.Internal.IGridSummaryItemStateCollection)">
<summary>
<para>Copies the items from the specified IGridSummaryItemStateCollection-supported object to the current object.</para>
</summary>
<param name="source">An IGridSummaryItemStateCollection-supported object whose items are assigned to the current object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridBaseViewModel">
<summary>
<para>Serves as a base class for the <see cref="T:DevExpress.Web.Mvc.CardViewModel"/>, <see cref="T:DevExpress.Web.Mvc.GridLookupViewModel"/>, and <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> classes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseViewModel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridBaseViewModel.Assign(DevExpress.Web.Mvc.GridBaseViewModel)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> object whose settings are assigned to the current object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory">
<summary>
<para>Provides methods that allow you to configure columns of different types in grid-like extensions.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.BinaryImage(System.Action{DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties})">
<summary>
<para>Allows you to configure a binary image column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.ButtonEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnButtonEditProperties})">
<summary>
<para>Allows you to configure a button edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.CheckBox(System.Action{DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties})">
<summary>
<para>Allows you to configure a check box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.ColorEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnColorEditProperties})">
<summary>
<para>Allows you to configure a color edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnColorEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.ComboBox(System.Action{DevExpress.Web.Mvc.MVCxColumnComboBoxProperties})">
<summary>
<para>Allows you to configure a combo box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.DateEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnDateEditProperties})">
<summary>
<para>Allows you to configure a date edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnDateEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.DropDownEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties})">
<summary>
<para>Allows you to configure a dropdown edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.HyperLink(System.Action{DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties})">
<summary>
<para>Allows you to configure a hyper link column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.Image(System.Action{DevExpress.Web.Mvc.MVCxColumnImageEditProperties})">
<summary>
<para>Allows you to configure an image column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnImageEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.Memo(System.Action{DevExpress.Web.Mvc.MVCxColumnMemoProperties})">
<summary>
<para>Allows you to configure a memo column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnMemoProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.ProgressBar(System.Action{DevExpress.Web.Mvc.MVCxColumnProgressBarProperties})">
<summary>
<para>Allows you to configure a progress bar column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnProgressBarProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.SpinEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnSpinEditProperties})">
<summary>
<para>Allows you to configure a spin edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.TextBox(System.Action{DevExpress.Web.Mvc.MVCxColumnTextBoxProperties})">
<summary>
<para>Allows you to configure a text box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.TimeEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnTimeEditProperties})">
<summary>
<para>Allows you to configure a time edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnTimeEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory.TokenBox(System.Action{DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties})">
<summary>
<para>Allows you to configure a token box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties"/> object as a parameter.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridExtensionBase">
<summary>
<para>A base for the <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> and <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> objects.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.#ctor(DevExpress.Web.Mvc.GridSettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridExtensionBase"/> class with the specified settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridSettingsBase"/> object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.#ctor(DevExpress.Web.Mvc.GridSettingsBase,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridExtensionBase"/> class with the specified settings and provides the context information about the view.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridSettingsBase"/> object containing extension specific settings.</param>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.GetBinaryImageEditCallbackResult">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor.</para>
</summary>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.GetBinaryImageEditCallbackResult(DevExpress.Web.BinaryStorageMode)">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor.</para>
</summary>
<param name="storageMode">One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values specifying the storage for binary data.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.GetBinaryImageEditCallbackResult(DevExpress.Web.BinaryStorageMode,DevExpress.Web.BinaryImageUploadValidationSettings)">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor.</para>
</summary>
<param name="storageMode">One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values specifying the storage for binary data.</param>
<param name="uploadValidationSettings">A <see cref="T:DevExpress.Web.BinaryImageUploadValidationSettings"/> object containing settings that relate to the validation of an uploaded image.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.GetComboBoxCallbackResult(DevExpress.Web.Mvc.MVCxColumnComboBoxProperties)">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a combo box used as a grid view column editor.</para>
</summary>
<param name="properties">An <see cref="T:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties"/> object containing the required combo box settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.GetComboBoxCallbackResult(System.Action{DevExpress.Web.Mvc.MVCxColumnComboBoxProperties})">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a combo box used as a grid view column editor.</para>
</summary>
<param name="method">A delegate method providing the required combo box properties.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.GetTokenBoxCallbackResult(DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties)">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a token box used as a grid view column editor.</para>
</summary>
<param name="properties">An <see cref="T:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties"/> object containing the required token box settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridExtensionBase.GetTokenBoxCallbackResult(System.Action{DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties})">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a token box used as a grid view column editor.</para>
</summary>
<param name="method">A delegate method providing the required token box properties.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.GridLookupColumnState">
<summary>
<para>Contains information (the current state) on an individual column within the GridLookup.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupColumnState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupColumnState"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupColumnState.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupColumnState"/> class associated with the specified data field.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the associated data field.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridLookupColumnStateCollection">
<summary>
<para>A collection that contains information (the current state) on column objects of the GridLookup.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupColumnStateCollection.Add">
<summary>
<para>Adds a new column state object to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupColumnState"/> object that is the newly created column state object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupColumnStateCollection.Add(DevExpress.Web.Mvc.GridLookupColumnState)">
<summary>
<para>Adds the specified column state object to the collection.</para>
</summary>
<param name="column">A <see cref="T:DevExpress.Web.Mvc.GridLookupColumnStateCollection"/> object to add to the collection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupColumnState"/> object that is the newly created column state object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupColumnStateCollection.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.GridLookupColumnState"/> object that is the newly created column state object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.GridLookupExtension">
<summary>
<para>Represents an extension object implementing the GridLookup functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.#ctor(DevExpress.Web.Mvc.GridLookupSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.#ctor(DevExpress.Web.Mvc.GridLookupSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.#ctor(DevExpress.Web.Mvc.GridLookupSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> 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"></see> 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.GridLookupExtension.BindList(System.Object)">
<summary>
<para>Binds the GridLookup extension 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.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToCustomData(DevExpress.Web.Mvc.GridLookupViewModel)">
<summary>
<para>Binds the GridLookup&#39;s built-in GridView to a custom data model when you use the built-in 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.GridLookupExtension"/> object representing the GridView extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToEF(System.String,System.String)">
<summary>
<para>Binds the GridLookup&#39;s grid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the GridLookup&#39;s grid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the GridLookup&#39;s grid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToEF(System.Type,System.String)">
<summary>
<para>Binds the GridLookup&#39;s grid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToEF(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the GridLookup&#39;s grid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the GridLookup&#39;s grid to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the GridLookup&#39;s grid to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the GridLookup&#39;s grid to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToLINQ(System.Type,System.String)">
<summary>
<para>Binds the GridLookup&#39;s grid 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 <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToLINQ(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the GridLookup&#39;s grid 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 <see cref="T:System.String"/> 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.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToXML(System.String)">
<summary>
<para>Binds the GridLookup&#39;s grid to the XML file specified by its name.</para>
</summary>
<param name="fileName">A string specifying the file name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToXML(System.String,System.String)">
<summary>
<para>Binds the GridLookup&#39;s grid to the XML file specified by its name.</para>
</summary>
<param name="fileName">A string specifying the file name.</param>
<param name="xPath">A string specifying the XPath expression.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the GridLookup&#39;s grid to the XML file specified by its 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 <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.GetSelectedValues``1(System.String)">
<summary>
<para>Returns an array of the GridLookup&#39;s selected row values.</para>
</summary>
<param name="name">A string specifying the editor name.</param>
<typeparam name="T"></typeparam>
<returns>An array that contains zero or more T[] objects that are the values of the selected rows.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.GetViewModel(System.String)">
<summary>
<para>Returns the GridLookup&#39;s built-in GridView view model object that maintains the built-in 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 GridLookup.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupViewModel"/> object representing the grid view model.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupExtension.SetEditErrorText(System.String)">
<summary>
<para>Displays the specified (error) text in a special row at the bottom of the grid&#39;s Edit Form.</para>
</summary>
<param name="message">A string value specifying the text to be displayed within the Edit Form&#39;s bottom.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object representing the GridLookup extension.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.GridLookupFilteringState">
<summary>
<para>Contains information about the GridLookup&#39;s filtering-related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupFilteringState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupFilteringState"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.GridLookupPagerState">
<summary>
<para>Contains information about the GridLookup&#39;s paging-related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupPagerState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupPagerState"></see> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.GridLookupSettings">
<summary>
<para>Contains the GridLookup extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.AnimationType">
<summary>
<para>Gets or sets a value specifying the animation type used when the editor&#39;s drop down window is invoked.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.Columns">
<summary>
<para>Provides access to the editor&#39;s column collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection"/> object that represents a collection of columns to be displayed within the built-in GridView.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.CommandColumn">
<summary>
<para>Provides access to the settings allowing you to customize the built-in grid&#39;s command column.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewCommandColumn"/> object containing specific settings of the GridView&#39;s command column.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.DataBinding">
<summary>
<para>Allows you to perform custom actions before a GridLookup is bound to a data source.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.DataBound">
<summary>
<para>Allows you to perform actions after the GridView is bound to a data source.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the GridLookup.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewClientSideEvents"/> object, which allows assigning handlers to the client-side events available to the GridLookup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewImages">
<summary>
<para>Provides access to the settings that define images displayed within the built-in GridView&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewImagesEditors">
<summary>
<para>Provides access to the settings that define images displayed within the built-in GridView&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewEditorImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewImagesFilterControl">
<summary>
<para>Provides access to the settings that define images displayed in the built-in GridView&#39;s filter builder.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewProperties">
<summary>
<para>Provides access to the settings allowing you to customize the built-in GridView&#39;s properties.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewProperties"/> object containing GridView specific settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewStyles">
<summary>
<para>Provides access to the style settings that control the appearance of the built-in GridView&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewStylesEditors">
<summary>
<para>Provides access to style settings used to paint the built-in GridView&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewEditorStyles"/> object that contains style settings used to paint the GridView&#39;s editors.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewStylesFilterControl">
<summary>
<para>Provides access to the style settings used to paint the built-in GridView&#39;s filter builder.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlStyles"/> object that contains style settings used to paint the Filter Control of the embedded GridView.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewStylesPager">
<summary>
<para>Provides access to the style settings that control the appearance of the pager displayed within the built-in GridView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewPagerStyles"/> object that provides style settings for a pager.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.GridViewStylesPopup">
<summary>
<para>Provides access to the style settings defining the appearance of different popup elements within a grid.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewPopupControlStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.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.GridLookupSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the GridLookup editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridLookupProperties"/> object containing the GridLookup specific settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupSettings.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="T:DevExpress.Web.Mvc.GridLookupViewModel">
<summary>
<para>A specific view model object that maintains the state of the GridLookup&#39;s built-in grid and provides the means to populate itself with data when the GridLookup is used in custom data binding mode and its multi-selection mode is enabled.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupViewModel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridLookupViewModel"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupViewModel.ApplyFilteringState(DevExpress.Web.Mvc.GridLookupFilteringState)">
<summary>
<para>Updates the state of the GridLookupModel with the current filtering state of the GridLookup.</para>
</summary>
<param name="filteringState">A <see cref="T:DevExpress.Web.Mvc.GridLookupFilteringState"/> object that contains the state of the single-column filtering operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupViewModel.Assign(DevExpress.Web.Mvc.GridBaseViewModel)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupViewModel.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.GridLookupViewModel.IncrementalFilteringMode">
<summary>
<para>Gets or sets a value that specifies the filtering mode of the editor.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.IncrementalFilteringMode"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesHandler)">
<summary>
<para>Delegates the implementation of the GridLookup&#39;s grid view model population in the custom data binding mode to Model-layer functions specified via the method&#39;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. Implementation is required.</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. Implementation is required.</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>
<param name="getRowValueMethod">A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesHandler"/> delegate method allowing you to return data of the selected rows within the GridLookup&#39;s built-in grid. Implementation is optional. It is required if you use the GridLookup in multi-selection mode.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesHandler)">
<summary>
<para>Delegates the implementation of the GridLookup&#39;s grid view model population in the custom data binding mode to Model-layer functions specified via the method&#39;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. Implementation is required.</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. Implementation is required.</param>
<param name="getRowValueMethod">A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesHandler"/> delegate method allowing you to return data of the selected rows within the GridLookup&#39;s built-in grid. Implementation is optional. It is required if you use the GridLookup in multi-selection mode.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridLookupViewModel.ProcessCustomBinding(DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetDataHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetSummaryValuesHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetGroupingInfoHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetUniqueHeaderFilterValuesHandler,DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesHandler)">
<summary>
<para>Delegates the implementation of the GridLookup&#39;s grid view model population in the custom data binding mode to Model-layer functions specified via the method&#39;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. Implementation is required.</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. Implementation is required.</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>
<param name="getRowValueMethod">A <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesHandler"/> delegate method allowing you to return data of the selected rows within the GridLookup&#39;s built-in grid. Implementation is optional. It is required if you use the GridLookup in multi-selection mode.</param>
</member>
<member name="P:DevExpress.Web.Mvc.GridLookupViewModel.TextFormatString">
<summary>
<para>Gets or sets the pattern used to format a selected item&#39;s text for display in the editor&#39;s edit box.</para>
</summary>
<value>A string value that specifies the format pattern.</value>
</member>
<member name="T:DevExpress.Web.Mvc.GridSettingsBase">
<summary>
<para>A base for the <see cref="T:DevExpress.Web.Mvc.CardViewSettings"/> and <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> objects.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridSettingsBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridSettingsBase"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.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 <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.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.GridSettingsBase.ClientLayout">
<summary>
<para>Enables you to save and restore the previously saved layout of the extension.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.ClientVisible">
<summary>
<para>Gets or sets a value that specifies the initial visibility state of an extension on the client.</para>
</summary>
<value>true to make an extension initially displayed on the client; false to render the extension on the web page, but make it initially hidden on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.ControlStyle">
<summary>
<para>Provides access to the style settings declared at the root level of the extension&#39;s wrapped web server control.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object containing style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.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:js-MVCxClientGridView.PerformCallback(data)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.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:js-MVCxClientGridView.GetValuesOnCustomCallback(data,onCallback)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.DataBinding">
<summary>
<para>Allows you to perform custom actions before a GridView is bound to a data source.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.DataBound">
<summary>
<para>Allows you to perform actions after the GridView is bound to a data source.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.EnableCallbackAnimation">
<summary>
<para>Gets or sets a value that specifies whether a specific animation effect is used when a GridView&#39;s content is updated via a callback.</para>
</summary>
<value>true, if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.EnableCallbackCompression">
<summary>
<para>Gets or sets whether callback compression is enabled.</para>
</summary>
<value>true, to enable callback compression; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.EnablePagingCallbackAnimation">
<summary>
<para>Gets or sets a value that specifies whether a specific animation effect is used when changing pages.</para>
</summary>
<value>true, if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.EnablePagingGestures">
<summary>
<para>Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.</para>
</summary>
<value>True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - if it is allowed for touch devices only.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.GridSettingsBase"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.FilterControlColumnsCreated">
<summary>
<para>Enables you to customize the filter control column collection after it is created.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlColumnsCreatedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.FilterControlCriteriaValueEditorCreate">
<summary>
<para>Enables you to replace the default criteria value editor with a custom one.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.FilterControlCriteriaValueEditorInitialize">
<summary>
<para>Enables the editors displayed within the criteria value to be initialized.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.FilterControlCustomValueDisplayText">
<summary>
<para>Enables you to specify the entered filter value&#39;s custom display text to be displayed when the filter&#39;s condition value editor is inactive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.FilterControlOperationVisibility">
<summary>
<para>Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the FilterControl&#39;s operation dropdown menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlOperationVisibilityEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.FilterControlParseValue">
<summary>
<para>Enables you to process and modify an entered value before it is actually accepted by the filter.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlParseValueEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.ImagesFilterControl">
<summary>
<para>Provides access to the settings that define images displayed within the Filter Builder.</para>
</summary>
<value>The object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.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.GridSettingsBase.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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.SettingsExport">
<summary>
<para>Provides access to the grid&#39;s export settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridExportSettings"/> object that provides export options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.StylesFilterControl">
<summary>
<para>Provides access to the style settings defining the appearance of the Filter Builder.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.StylesToolbar">
<summary>
<para>Provides access to the style settings that define the appearance of toolbars.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridSettingsBase.SubstituteFilter">
<summary>
<para>Allows you to replace a filter applied with another filter.</para>
</summary>
<value>An <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Data.SubstituteFilterEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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="P:DevExpress.Web.Mvc.GridViewColumnState.AllowFilterBySearchPanel">
<summary>
<para>Specifies whether end-users can filter data by the column&#39;s display text using the search panel.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
</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 or sets the column&#39;s filter expression.</para>
</summary>
<value>A <see cref="T:System.String"/> value that represents the column&#39;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&#39;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&#39;s position among grouping columns. &#0045;1 if the GridView isn&#39;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&#39;s position among sorted columns.</para>
</summary>
<value>An integer value that specifies the zero-based column&#39;s index among sorted columns. &#0045;1 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&#39;s sort order.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column&#39;s sort order.</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(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.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="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&#39;s associated data field.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> object the represents the state information of the column specified by the associated data field name.</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 <see cref="T:DevExpress.Web.Mvc.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.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 applied filter criteria.
An empty string, if no filtering is used.</value>
</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.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{DevExpress.Web.Mvc.GridViewGroupInfo})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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&#39;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.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{DevExpress.Web.Mvc.GridViewGroupInfo},System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.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>
<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.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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object containing the current state of the GridView.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetDataRowCountArgs.#ctor(DevExpress.Web.Mvc.GridViewModel,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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&#39;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="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>
<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.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{DevExpress.Web.Mvc.GridViewGroupInfo},System.String,DevExpress.Data.ColumnSortOrder)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value.</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>
<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.GridViewCustomBindingGetRowValuesArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesArgs.#ctor(DevExpress.Web.Mvc.GridViewModel,System.Collections.Generic.IEnumerable{System.Object})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> object containing the current state of the built-in GridView.</param>
<param name="keyValues">A list of objects containing information about the selected row keys.</param>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesArgs.KeyValues">
<summary>
<para>Gets a list of objects containing the selected row keys.</para>
</summary>
<value>A list of objects containing the selected row keys.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesArgs.RowValues">
<summary>
<para>Gets or sets a list of objects containing the selected rows&#39; data.</para>
</summary>
<value>A list of objects containing data of the selected rows.</value>
</member>
<member name="T:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesHandler">
<summary>
<para>A delegate method that enables you to populate the GridLookup&#39;s grid view model with data rows requested by the grid, when implementing custom data binding of the built-in GridView.</para>
</summary>
<param name="e">An <see cref="T:DevExpress.Web.Mvc.GridViewCustomBindingGetRowValuesArgs"/> object that contains the related arguments.</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{DevExpress.Web.Mvc.GridViewGroupInfo},System.Collections.Generic.List{DevExpress.Web.Mvc.GridViewSummaryItemState})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.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>
<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.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 <see cref="T:DevExpress.Web.Mvc.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&#39;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="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>
<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.GridViewExportDetailRowEventArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.GridViewGetExportDetailGridViewEventHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExportDetailRowEventArgs.#ctor(System.Int32,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewExportDetailRowEventArgs"/> class with the specified settings.</para>
</summary>
<param name="rowIndex">An integer value that specifies the data row&#39;s visible index.</param>
<param name="dataItem">An object that is the processed master data row.</param>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewExportDetailRowEventArgs.DataItem">
<summary>
<para>Gets an object which is the current master grid row.</para>
</summary>
<value>A <see cref="T:System.Object"/> value which represents the templated item object being rendered.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewExportDetailRowEventArgs.DetailGridViews">
<summary>
<para>Provides access to a collection of detail grids.</para>
</summary>
<value>A list of the <see cref="T:DevExpress.Web.Mvc.GridViewExtension"/> objects that are detail grids.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewExportDetailRowEventArgs.RowIndex">
<summary>
<para>Gets the visible index of the currently processed row.</para>
</summary>
<value>An integer value that is the index of the currently processed row.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.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 <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the GridView to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the GridView to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.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 <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> 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{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the GridView to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the GridView to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">The DataContext type name.</param>
<param name="tableName">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{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<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.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<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.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{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<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.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&#39;s data source (typically, it is passed to the grid&#39;s <see cref="M:DevExpress.Web.Mvc.GridViewExtension.Bind(System.Object)"/> method).</param>
<returns>An interface that allows you to print GridView data.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
<summary>
<para>Exports the grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.CsvExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.CsvExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.CsvExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.CsvExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
<summary>
<para>Exports the grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
<summary>
<para>Exports the grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.ExportToDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.XlsExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.XlsExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.XlsExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.XlsExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.XlsxExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.XlsxExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.XlsxExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.XlsxExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the grid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.GetBatchDeleteKeys``1">
<summary>
<para>Returns a list of keys that correspond to grid records deleted on the client side in batch edit mode.</para>
</summary>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> object that stores the list of keys.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.GetBatchInsertValues``1(System.String)">
<summary>
<para>Returns a list of values added to the specified column on the client side in batch edit mode.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field or a model property.</param>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> object that stores a list of values that have been added on the client side.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.GetBatchUpdateValues``2(System.String)">
<summary>
<para>Returns a dictionary containing record keys and new values updated in the specified column on the client side in batch edit mode.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field or a model property.</param>
<typeparam name="S"></typeparam>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2"/> object that stores the record keys and new values.</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.GridSettingsBase.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 <see cref="T:System.String"/> that is the name of the database field assigned to the current column.</param>
<typeparam name="T"></typeparam>
<returns>An editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.GetViewModel(System.String)">
<summary>
<para>Returns the GridView&#39;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&#39;s Edit Form.</para>
</summary>
<param name="message">A string value specifying the text to be displayed within the Edit Form&#39;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)">
<summary>
<para>Exports the grid&#39;s data to a stream in CSV format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data to a stream in CSV format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="stream"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsv(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the grid&#39;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"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
<summary>
<para>Exports the grid&#39;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"></param>
<param name="dataObject"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the grid&#39;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"></param>
<param name="dataObject"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the grid&#39;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"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></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&#39;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"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteCsvToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
<summary>
<para>Exports the grid&#39;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"></param>
<param name="dataObject"></param>
<param name="fileName"></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&#39;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"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> 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)">
<summary>
<para>Exports the grid&#39;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"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></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&#39;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"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the grid&#39;s data to a stream in DOCX format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteDocx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the grid&#39;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"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> 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&#39;s data to a stream in PDF format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;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"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> 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&#39;s data to a file in PDF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the grid&#39;s data to a file in PDF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the grid&#39;s data to a file in PDF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></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&#39;s data to a file in PDF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WritePdfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
<summary>
<para>Exports the grid&#39;s data to a file in PDF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></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&#39;s data to a file in PDF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="exportOptions"></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&#39;s data to a file in PDF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></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&#39;s data to a file in PDF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtf(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the grid&#39;s data to a stream in RTF format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</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&#39;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"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
<summary>
<para>Exports data to a file in RTF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports data to a file in RTF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports data to a file in RTF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports data to a file in RTF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
<summary>
<para>Exports data to a file in RTF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports data to a file in RTF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteRtfToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports data to a file in RTF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></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 data to a file in RTF format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the grid&#39;s data to a stream in XLS format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</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&#39;s data to a stream in XLS format with the specified export options.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="stream"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXls(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to a stream in XLS format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
<summary>
<para>Exports data to a file in XLS format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports data to a file in XLS format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports data to a file in XLS format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports data to a file in XLS format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
<summary>
<para>Exports data to a file in XLS format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports data to a file in XLS format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports data to a file in XLS format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></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 data to a file in XLS format and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the grid&#39;s data to a stream in XLSX format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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 data to a stream in XLSX format with the specified export settings.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="stream"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsx(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the grid&#39;s data to a stream in XLSX format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings"></see> object that contains GridView settings.</param>
<param name="dataObject">An object representing the GridView&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object)">
<summary>
<para>Exports data to a file in XLSX format, and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports data to a file in XLSX format, and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean)">
<summary>
<para>Exports data to a file in XLSX format, and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports data to a file in XLSX format, and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String)">
<summary>
<para>Exports data to a file in XLSX format, and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports data to a file in XLSX format, and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="exportOptions"></param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension.WriteXlsxToResponse(DevExpress.Web.Mvc.GridViewSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports data to a file in XLSX format, and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></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 data to a file in XLSX format, and writes it to the Response in binary format.</para>
</summary>
<param name="settings"></param>
<param name="dataObject"></param>
<param name="fileName"></param>
<param name="saveAsFile"></param>
<param name="exportOptions"></param>
</member>
<member name="T:DevExpress.Web.Mvc.GridViewExtension`1">
<summary>
<para>Represents an extension object implementing the GridView functionality.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewExtension`1.#ctor(DevExpress.Web.Mvc.GridViewSettings{`0})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewExtension`1"/> 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`1.#ctor(DevExpress.Web.Mvc.GridViewSettings{`0},System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewExtension`1"/> 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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.GridViewFilteringState">
<summary>
<para>Contains information about the GridView&#39;s filtering-related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewFilteringState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewFilteringState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewFilteringState.FilterExpression">
<summary>
<para>Gets or sets the text representation of the filter criteria to be 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.GridViewFilteringState.IsFilterApplied">
<summary>
<para>Gets or sets a value specifying whether the filter criteria defined via the <see cref="P:DevExpress.Web.Mvc.GridViewFilteringState.FilterExpression"/> property should be applied to the GridView.</para>
</summary>
<value>true, to apply the filter criteria to the GridView; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewFilteringState.ModifiedColumns">
<summary>
<para>Provides access to a collection of grid columns which participate in filtering.</para>
</summary>
<value>A collection of c objects which specify grid columns participating in a filtering operation.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewFilteringState.SearchPanelFilter">
<summary>
<para>Gets or sets the filter criterion that is applied to the grid using the search panel.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="T:DevExpress.Web.Mvc.GridViewGetExportDetailGridViewEventHandler">
<summary>
<para>A delegate method that enables you to populate the collection of detail grids that correspond to individual records within the master GridView.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.GridViewExportDetailRowEventArgs"/> object that contains the required data.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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&#39;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.GridViewModel">
<summary>
<para>A specific view model object that maintains the GridView&#39;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 <see cref="T:DevExpress.Web.Mvc.GridViewModel"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewModel.AppliedFilterExpression">
<summary>
<para>Gets the textual representation of the filter criteria applied to the GridView.</para>
</summary>
<value>A string value that specifies the applied filter expression.</value>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewModel.ApplyFilteringState(DevExpress.Web.Mvc.GridViewColumnState)">
<summary>
<para>Updates the state of the GridViewModel with the current single-column filtering state of the GridView.</para>
</summary>
<param name="columnState">A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> object that contains the state of the single-column filtering operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewModel.ApplyFilteringState(DevExpress.Web.Mvc.GridViewFilteringState)">
<summary>
<para>Updates the state of the GridViewModel with the current filtering state of the GridView.</para>
</summary>
<param name="filteringState">A <see cref="T:DevExpress.Web.Mvc.GridViewFilteringState"/> object that contains the entire state of the filtering operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewModel.ApplyGroupingState(DevExpress.Web.Mvc.GridViewColumnState)">
<summary>
<para>Updates the state of the GridViewModel with the current grouping state of the GridView.</para>
</summary>
<param name="columnState">A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> object that contains the state of the grouping operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewModel.ApplyPagingState(DevExpress.Web.Mvc.GridViewPagerState)">
<summary>
<para>Updates the state of the GridViewModel with the current paging state of the GridView.</para>
</summary>
<param name="pagerState">A <see cref="T:DevExpress.Web.Mvc.GridViewPagerState"/> object that contains the state of the paging operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewModel.ApplySortingState(DevExpress.Web.Mvc.GridViewColumnState)">
<summary>
<para>Updates the state of the GridViewModel with the current sorting state of the GridView.</para>
</summary>
<param name="columnState">A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> object that contains the state of the sorting operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewModel.ApplySortingState(DevExpress.Web.Mvc.GridViewColumnState,System.Boolean)">
<summary>
<para>Updates the state of the GridViewModel with the current sorting state of the GridView.</para>
</summary>
<param name="columnState">A <see cref="T:DevExpress.Web.Mvc.GridViewColumnState"/> object that contains the state of the sorting operation performed by an end-user on the client side.</param>
<param name="reset">true to reset the previous sorting state; false otherwise.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewModel.Assign(DevExpress.Web.Mvc.GridBaseViewModel)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.Mvc.GridBaseViewModel"/> object whose settings are assigned to the current object.</param>
</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 a collection that contains information on the current state of group summary objects.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemStateCollection"/> collection containing summary item states.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewModel.IsFilterApplied">
<summary>
<para>Gets or sets a values specifying whether the filter expression should be applied to the GridView.</para>
</summary>
<value>true to apply the <see cref="P:DevExpress.Web.Mvc.GridViewModel.FilterExpression"/> to the GridView; false otherwise.</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&#39;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&#39;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. Implementation is required.</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. Implementation is required.</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&#39;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. Implementation is required.</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. Implementation is required.</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&#39;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. Implementation is required.</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. Implementation is required.</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&#39;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. Implementation is required.</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. Implementation is required.</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&#39;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. Implementation is required.</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. Implementation is required.</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="P:DevExpress.Web.Mvc.GridViewModel.SearchPanel">
<summary>
<para>Gets settings specifying the search panel state.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.GridViewSearchPanelState"/> object containing information about the search panel state.</value>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewModel.SortBy(DevExpress.Web.Mvc.GridViewColumnState,System.Boolean)">
<summary>
<para>Changes the GridView&#39;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">true if the SHIFT key was not pressed during the performed sort operation and the previous sorting state should be reset; false if the sort operation was performed with the SHIFT key pressed and the previous sorting state should be preserved.</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>Provides access to a collection that contains information on the current state of total summary objects.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemStateCollection"/> collection containing summary item states.</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.GridViewPagerState">
<summary>
<para>Contains information about the GridView&#39;s paging-related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewPagerState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewPagerState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewPagerState.PageIndex">
<summary>
<para>Gets or sets the index of the currently selected page in the grid.</para>
</summary>
<value>An integer value that specifies the active grid page&#39;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="P:DevExpress.Web.Mvc.GridViewPagerState.UseVirtualSmoothVerticalScrolling">
<summary>
<para>Gets or sets whether smooth vertical scrolling is enabled in the virtual paging mode.</para>
</summary>
<value>true, if smooth vertical scrolling is used in the virtual paging mode; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.Mvc.GridViewSearchPanelState">
<summary>
<para>Contains information about the GridView&#39;s search panel related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSearchPanelState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewSearchPanelState"></see> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSearchPanelState.ColumnNames">
<summary>
<para>Specifies the columns to which the search panel filter should be applied.</para>
</summary>
<value>A <see cref="T:System.String"/> value listing grid column identifiers that can be either: column name, field name, or caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSearchPanelState.Filter">
<summary>
<para>Gets or sets the filter criterion that is applied to the grid data using the search panel.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSearchPanelState.GroupOperator">
<summary>
<para>Specifies the logical operator used to combine conditions (multiple words separated by space characters).</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.GridViewSearchPanelGroupOperator"/> enumeration values.</value>
</member>
<member name="T:DevExpress.Web.Mvc.GridViewSettings">
<summary>
<para>Contains the GridView extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.AfterPerformCallback">
<summary>
<para>Enables you to perform custom actions after a callback or a postback initiated by the control has been processed on the server.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewAfterPerformCallbackEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.ASPxGridViewEditorCreateEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewEditorEventHandler"/> 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 to perform some action before a column is sorted or grouped.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewBeforeHeaderFilterFillItemsEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.Caption">
<summary>
<para>Gets or sets the text to render in an HTML caption element in a GridView.</para>
</summary>
<value>A string value that specifies the text to render in an HTML caption element in a GridView.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.CellEditorInitialize">
<summary>
<para>Enables initializing the cell editors displayed within the grid edit cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewEditorEventHandler"/> 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 GridView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewClientSideEvents"/> object which allows assigning handlers to the client-side events available to the GridView extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.Columns">
<summary>
<para>Provides access to a GridView&#39;s column collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection"/> object that is a collection of columns.</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 <see cref="T:DevExpress.Web.ASPxGridViewCommandButtonEventHandler"/> 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&#39;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.ContextMenuItemClick">
<summary>
<para>Enables you to perform custom actions when a context menu item has been clicked.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewContextMenuItemClickEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.ContextMenuItemVisibility">
<summary>
<para>Enables you to dynamically control the context menu item visibility and availability.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.ASPxGridViewCustomButtonEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomCallback">
<summary>
<para>Fires when a callback has been initiated.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomCellMerge">
<summary>
<para>Enables you to merge grid cells manually.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewCustomCellMergeEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomColumnDisplayText">
<summary>
<para>Enables you to specify a cell&#39;s display text.</para>
</summary>
<value>A delegate method.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomColumnGroup">
<summary>
<para>Provides the capability to group data using custom rules.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCustomColumnSortEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewCustomColumnSortEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomDataCallback">
<summary>
<para>Fires when a round trip to the server has been initiated by a call to the <see cref="M:js-ASPxClientGridView.GetValuesOnCustomCallback(args,onCallback)"/> method.</para>
</summary>
<value></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 <see cref="T:DevExpress.Web.ASPxGridViewColumnDisplayTextEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewClientJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.CustomSummaryCalculate">
<summary>
<para>Enables you to calculate summary values manually.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.CustomSummaryEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewColumnDataEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.DeleteSelectedRowsRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to selected rows deletion.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.DetailRowExpandedChanged">
<summary>
<para>Allows you to perform custom actions in response to expanding or collapsing a master row.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewDetailRowEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.DetailRowGetButtonVisibility">
<summary>
<para>Enables you to hide/show expand buttons displayed within individual data rows.</para>
</summary>
<value>A delegate method that allows you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.EditFormLayoutCreated">
<summary>
<para>Enables you to perform custom actions in response to the layout creation.</para>
</summary>
<value>A delegate method that allows you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.EditFormLayoutProperties">
<summary>
<para>Provides access to the settings allowing you to customize the edit form layout.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties"/> object that contains the edit form layout settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.EnableRowsCache">
<summary>
<para>Gets or sets whether data caching is enabled.</para>
</summary>
<value>true, to enable data caching; otherwise, false.The default is false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.FillContextMenuItems">
<summary>
<para>Enables you to fill the GridView&#39;s context menu items depending on the context menu type.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewFillContextMenuItemsEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.FormatConditions">
<summary>
<para>Provides access to a collection of format condition rules.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> object that is a collection of rules.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.GroupSummary">
<summary>
<para>Provides access to group summary items.</para>
</summary>
<value>An<see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object representing the group summary collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.GroupSummarySortInfo">
<summary>
<para>Enables sorting group rows by their summary values.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfoCollection"/> collection which contains the information required to sort group rows by summary values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.HeaderFilterEditorInitialize">
<summary>
<para>Occurs when a header filter editor is initialized.</para>
</summary>
<value>A delegate method.</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 <see cref="T:DevExpress.Web.ASPxGridViewHeaderFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.HtmlCommandCellPrepared">
<summary>
<para>Allows you to change the settings of individual command column cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewTableCommandCellEventHandler"/> 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 data cells to be changed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewTableDataCellEventHandler"/> 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&#39;s Edit Form template.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewEditFormEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewTableFooterCellEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewTableRowEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewTableRowEventHandler"/> 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 for various elements within the GridView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.ImagesEditors">
<summary>
<para>Provides access to the settings that define images displayed within the GridView&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewEditorImages"/> 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 <see cref="T:DevExpress.Web.Data.ASPxDataInitNewRowEventHandler"/> 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 extension.</para>
</summary>
<value>true, if keyboard navigation is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.PageIndexChanged">
<summary>
<para>Enables you to perform custom actions when the selected page has been changed.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.PreviewEncodeHtml">
<summary>
<para>Gets or sets a value that specifies whether the preview row&#39;s display text containing HTML code should be parsed and rendered as a pure HTML markup or should be represented as text on a page.</para>
</summary>
<value>true if HTML code contained in the preview row should not be executed and is converted into corresponding text for display purposes, false if the preview row can contain pure HTML code.</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>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.GridViewSettings.ProcessColumnAutoFilter">
<summary>
<para>Enables you to apply custom filter criteria.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewAutoFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.ProcessOnClickRowFilter">
<summary>
<para>Enables you to apply custom filter criteria when the filter row is in the OnClick mode.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewOnClickRowFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SearchPanelEditorCreate">
<summary>
<para>Enables you to replace the default search panel editor with a custom one.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SearchPanelEditorInitialize">
<summary>
<para>Enables you to customize the properties of an editor displayed within the search panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings.SetDataItemTemplateContent(System.Action{DevExpress.Web.GridViewDataItemTemplateContainer})">
<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{DevExpress.Web.GridViewDataRowTemplateContainer})">
<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.Action{DevExpress.Web.GridViewDetailRowTemplateContainer})">
<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.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.SetEditFormTemplateContent(System.Action{DevExpress.Web.GridViewEditFormTemplateContainer})">
<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.Action{DevExpress.Web.GridViewEmptyDataRowTemplateContainer})">
<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.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.SetFilterCellTemplateContent(System.Action{DevExpress.Web.GridViewFilterCellTemplateContainer})">
<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.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.SetFilterRowTemplateContent(System.Action{DevExpress.Web.GridViewFilterRowTemplateContainer})">
<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{DevExpress.Web.GridViewFooterCellTemplateContainer})">
<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.Action{DevExpress.Web.GridViewFooterRowTemplateContainer})">
<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.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.SetGroupFooterCellTemplateContent(System.Action{DevExpress.Web.GridViewGroupFooterCellTemplateContainer})">
<summary>
<para>Allows you to provide a template to render group 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.SetGroupFooterCellTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render group footer cells.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings.SetGroupFooterRowTemplateContent(System.Action{DevExpress.Web.GridViewGroupFooterRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render a group footer row.</para>
</summary>
<param name="contentMethod">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings.SetGroupFooterRowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render a group footer row.</para>
</summary>
<param name="content">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings.SetGroupRowContentTemplateContent(System.Action{DevExpress.Web.GridViewGroupRowTemplateContainer})">
<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.Action{DevExpress.Web.GridViewGroupRowTemplateContainer})">
<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.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.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<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.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.SetHeaderTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<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.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.SetPagerBarTemplateContent(System.Action{DevExpress.Web.GridViewPagerBarTemplateContainer})">
<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.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.SetPreviewRowTemplateContent(System.Action{DevExpress.Web.GridViewPreviewRowTemplateContainer})">
<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.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.SetStatusBarTemplateContent(System.Action{DevExpress.Web.GridViewStatusBarTemplateContainer})">
<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&#39;s display options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewSettings"/> object containing the GridView&#39;s display options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsAdaptivity">
<summary>
<para>Provides access to the grid layout adaptivity settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewAdaptivitySettings"/> object that contains adaptivity settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsBehavior">
<summary>
<para>Provides access to the GridView&#39;s behavior settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBehaviorSettings"/> object containing the GridView&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsCommandButton">
<summary>
<para>Provides access to the settings of the GridView&#39;s command buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCommandButtonSettings"/> object containing the settings of the GridView&#39;s command buttons.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsContextMenu">
<summary>
<para>Provides access to the GridView&#39;s context menu settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewContextMenuSettings"/> object that contains the Grid View&#39;s context menu settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsCookies">
<summary>
<para>Provides access to the extension&#39;s cookie settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCookiesSettings"/> object that contains the extension&#39;s cookie settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsCustomizationDialog">
<summary>
<para>Provides access to the Customization Dialog&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewCustomizationDialogSettings"/> object that contains the customization dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsCustomizationWindow">
<summary>
<para>Provides access to the Customization Window&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewCustomizationWindowSettings"/> object that contains the Customization Window&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsDataSecurity">
<summary>
<para>Provides access to the GridView&#39;s security settings that allow disabling data modification operations such as editing, inserting and deleting.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewDataSecuritySettings"/> object containing data security settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsDetail">
<summary>
<para>Provides access to the GridView&#39;s master-detail options.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewDetailSettings"/> object that contains the GridView&#39;s master-detail options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsEditing">
<summary>
<para>Provides access to the GridView&#39;s edit settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewEditingSettings"/> object that contains the GridView&#39;s edit settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsExport">
<summary>
<para>Provides access to the GridView&#39;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.SettingsFilterControl">
<summary>
<para>Provides access to the filter control&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewFilterControlSettings"/> object that contains the filter control settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewLoadingPanelSettings"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsPager">
<summary>
<para>Provides access to the pager&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewPopupControlSettings"/> object that contains the popup element settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsResizing">
<summary>
<para>Provides access to the GridView&#39;s resizing settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewResizingSettings"/> object containing the resizing settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsSearchPanel">
<summary>
<para>Provides access to the search panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewSearchPanelSettings"/> object that containing the search panel settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.SettingsText">
<summary>
<para>Provides access to the GridView&#39;s text settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTextSettings"/> object containing the GridView&#39;s text settings.</value>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings.SetTitlePanelTemplateContent(System.Action{DevExpress.Web.GridViewTitleTemplateContainer})">
<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="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="P:DevExpress.Web.Mvc.GridViewSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.StylesContextMenu">
<summary>
<para>Provides access to the style settings that control the appearance of the context menu displayed within the GridView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewContextMenuStyles"/> object that provides style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.StylesEditors">
<summary>
<para>Provides access to style settings used to paint the GridView&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewEditorStyles"/> object that contains style settings used to paint the GridView&#39;s editors.</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>A <see cref="T:DevExpress.Web.GridViewPagerStyles"/> object that provides style settings used to paint a pager.</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 <see cref="T:DevExpress.Web.GridViewPopupControlStyles"/> 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 <see cref="T:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventHandler"/> 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 summary attribute.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the summary attribute text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.ToolbarItemClick">
<summary>
<para>Enables you to perform custom actions when a toolbar item has been clicked.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Data.ASPxGridViewToolbarItemClickEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.Toolbars">
<summary>
<para>Gets the collection of toolbars in the <see cref="T:DevExpress.Web.Mvc.GridViewSettings"/> control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection"/> object which represents the collection of toolbars within the grid.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings.TotalSummary">
<summary>
<para>Provides access to total summary items.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object representing the total summary collection.</value>
</member>
<member name="T:DevExpress.Web.Mvc.GridViewSettings`1">
<summary>
<para>Contains the GridView extension settings.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewSettings`1"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings`1.Columns">
<summary>
<para>Provides access to a GridView&#39;s column collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1"/> object that is a collection of columns.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings`1.EditFormLayoutProperties">
<summary>
<para>Provides access to the settings allowing you to customize the edit form layout.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties`1"/> object that contains the edit form layout settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.GridViewSettings`1.FormatConditions">
<summary>
<para>Provides access to a collection of format condition rules.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1"/> object that is a collection of rules.</value>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings`1.KeyFields``1(System.Linq.Expressions.Expression{System.Func{`0,``0}}[])">
<summary>
<para>Allows defining the key fields.</para>
</summary>
<param name="keyExpressions">An expression that identifies a key field.</param>
<typeparam name="ValueType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSettings`1.PreviewField``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Allows defining the preview field.</para>
</summary>
<param name="previewFieldExpression">An expression that identifies the preview field.</param>
<typeparam name="ValueType"></typeparam>
</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 <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemState"/> class with default settings.</para>
</summary>
</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.GridViewSummaryItemStateCollection">
<summary>
<para>A collection that contains information (the current state) on summary items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSummaryItemStateCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemStateCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.GridViewSummaryItemStateCollection.Add(DevExpress.Web.Mvc.GridViewSummaryItemState)">
<summary>
<para>Adds the specified object to the collection.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemState"/> object to add to the collection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridViewSummaryItemState"/> object to add to the collection.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.HintExtension">
<summary>
<para>Represents an extension object implementing the Hint functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.HintExtension.#ctor(DevExpress.Web.Mvc.HintSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HintExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HintExtension.#ctor(DevExpress.Web.Mvc.HintSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HintExtension"/> class with specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.HintSettings">
<summary>
<para>Contains the Hint extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.HintSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HintSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.AllowFlip">
<summary>
<para>Gets or sets a value that specifies whether to flip the hint to the opposite position relative to the target element.</para>
</summary>
<value>true, to flip the hint; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.AllowShift">
<summary>
<para>Gets or sets a value that specifies whether to shift a hint if its content and title are hidden outside of the client area.</para>
</summary>
<value>true, to shift the hint; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.Animation">
<summary>
<para>Gets or sets whether it should use animation effects when a hint appears.</para>
</summary>
<value>true if animation is enabled; otherwise false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.AppearAfter">
<summary>
<para>Gets or sets the delay in displaying the hint.</para>
</summary>
<value>An integer value that specifies the time interval, in milliseconds, after which a hint displays.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.HintSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.HintClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Mvc.HintSettings"/>.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.Content">
<summary>
<para>Gets or sets the hint&#39;s content.</para>
</summary>
<value>A string value that is the hint&#39;s content.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.ContentAttribute">
<summary>
<para>Gets or sets the attribute name.</para>
</summary>
<value>A string value that is the attribute name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.DisappearAfter">
<summary>
<para>Gets or sets the duration after which a hint disappears when the mouse pointer is no longer positioned over the target element.</para>
</summary>
<value>The length of time (in milliseconds) a hint is displayed after the mouse pointer is no longer positioned over the target element.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.Offset">
<summary>
<para>Gets the offset of a hint.</para>
</summary>
<value>An integer value.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.Position">
<summary>
<para>Gets or sets where a hint should be positioned.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.HintPosition"/> object that specifies the hint position.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.ShowCallout">
<summary>
<para>Gets or sets a value that specifies whether a hint is displayed in a callout box.</para>
</summary>
<value>true, to display a hint in a callout box; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.TargetSelector">
<summary>
<para>Gets or sets a CSS selector string value.</para>
</summary>
<value>A string value that specifies a CSS selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.Title">
<summary>
<para>Gets or sets the hint&#39;s title.</para>
</summary>
<value>A string value that is the hint&#39;s title.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.TitleAttribute">
<summary>
<para>Gets or sets the target element attribute&#39;s name from which a hint obtains its title text.</para>
</summary>
<value>A string value that is the element attribute&#39;s name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.TriggerAction">
<summary>
<para>Gets or sets which user action triggers a hint.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.HintTriggerAction"/> object that specifies a user action.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.X">
<summary>
<para>Gets or sets the X coordinate.</para>
</summary>
<value>An integer value that is the X coordinate.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HintSettings.Y">
<summary>
<para>Gets or sets the Y coordinate.</para>
</summary>
<value>An integer value that is the Y coordinate.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.#ctor(DevExpress.Web.Mvc.HtmlEditorSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HtmlEditorExtension"/> class with specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> 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.HtmlEditorExtension.Bind(System.Object)">
<summary>
<para>Binds the HtmlEditor editor to a value.</para>
</summary>
<param name="value">An object that is the bound value.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.HtmlEditorExtension"/> object that is the HtmlEditor.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Bind(System.Object,System.String)">
<summary>
<para>Binds an editor to a data source&#39;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&#39;s field name.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.HtmlEditorExtension"/> object that is the editor.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorExtension.DefaultRibbonContextTabCategories">
<summary>
<para>Gets an array of predefined ribbon context tab categories for the HtmlEditor extension.</para>
</summary>
<value>A DevExpress.Web.RibbonContextTabCategory[] object that is an array of default ribbon context tab categories.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorExtension.DefaultRibbonTabs">
<summary>
<para>Gets an array of predefined ribbon tabs for the HtmlEditor extension.</para>
</summary>
<value>A DevExpress.Web.RibbonTab[] object that is an array of default ribbon tabs for the HtmlEditor extension.</value>
</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"></see> object that contains HtmlEditor settings.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"></see> enumeration values specifying the exported document format.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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"></see> object that contains HtmlEditor settings.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"></see> enumeration values specifying the exported document format.</param>
<param name="saveAsFile">true to save the exported document as a downloadable attachment, false to open the document in the browser window (if it is allowed for the document format).</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.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"></see> object that contains HtmlEditor settings.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"></see> enumeration values specifying the exported document format.</param>
<param name="fileName">A string value specifying the exported file&#39;s name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the export operation.</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"></see> object that contains HtmlEditor settings.</param>
<param name="outputStream">A <see cref="T:System.IO.Stream"></see> object to which the editor content is exported.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorExportFormat"></see> enumeration values specifying the exported document format.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.GetActiveView(System.String)">
<summary>
<para>Gets the specified HtmlEditor&#39;s active view.</para>
</summary>
<param name="name">A string that specifies the HtmlEditor&#39;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&#39;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)">
<summary>
<para>Returns the HTML markup specifying a specific HtmlEditor&#39;s content.</para>
</summary>
<param name="name">A string value that specifies the HtmlEditor&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<returns>A string value specifying the editor&#39;s HTML markup.</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&#39;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&#39;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&#39;s HTML editing functionality.</param>
<returns>A string value representing the editor&#39;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&#39;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&#39;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&#39;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">true if the editor content is valid; otherwise, false.</param>
<returns>A string value specifying the editor&#39;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{DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs},System.Boolean@)">
<summary>
<para>Returns the HTML markup specifying a specific HtmlEditor&#39;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&#39;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&#39;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">true if the editor content is valid; otherwise, false.</param>
<returns>A string value specifying the editor&#39;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{DevExpress.Web.ASPxHtmlEditor.HtmlEditorValidationEventArgs},System.EventHandler{DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs},System.Boolean@)">
<summary>
<para>Returns the HTML markup specifying a specific HtmlEditor&#39;s content, updated based on the specified parameters.</para>
</summary>
<param name="name">A string value that specifies the HtmlEditor&#39;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&#39;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="htmlCorrectionDelegate">A delegate method that implements custom check or transformation of the editor&#39;s HTML code.</param>
<param name="isValid">true, if the editor content is valid; otherwise, false.</param>
<returns>A string value specifying the editor&#39;s HTML markup.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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"></see> enumeration values specifying the imported file format.</param>
<param name="inputStream">A <see cref="T:System.IO.Stream"></see> 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.Import(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.IO.Stream,System.Boolean,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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"></see> enumeration values specifying the imported file format.</param>
<param name="inputStream">A <see cref="T:System.IO.Stream"></see> object from which the editor content is imported.</param>
<param name="useInlineStyles">true to embed document formatting styles into the editor content; false 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.Boolean,System.String,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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"></see> enumeration values specifying the imported file format.</param>
<param name="inputStream">A <see cref="T:System.IO.Stream"></see> object from which the editor content is imported.</param>
<param name="useInlineStyles">true to embed document formatting styles into the editor content; false 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.String,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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"></see> enumeration values specifying the imported file format.</param>
<param name="inputStream">A <see cref="T:System.IO.Stream"></see> 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{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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"></see> 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(DevExpress.Web.ASPxHtmlEditor.HtmlEditorImportFormat,System.String,System.Boolean,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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"></see> 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">true to embed document formatting styles into the editor content; false 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{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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"></see> 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">true to embed document formatting styles into the editor content; false 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.String,System.String,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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"></see> 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(System.String,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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(System.String,System.Boolean,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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">true to embed document formatting styles into the editor content; false 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.Boolean,System.String,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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">true to embed document formatting styles into the editor content; false 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.String,System.Action{System.String,System.Collections.Generic.IEnumerable{System.String}})">
<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.PrepareHtmlEditorProperties(DevExpress.Web.Mvc.HtmlEditorSettings,System.Web.Mvc.ModelMetadata)">
<summary>
<para>For internal use only.</para>
</summary>
<param name="settings"></param>
<param name="metadata"></param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedAudio(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorSettings)">
<summary>
<para>Saves an audio file uploaded via a specific HtmlEditor&#39;s Audio Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="audioSelectorSettings">A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorSettings"/> object containing the Audio Selector dialog&#39;s settings.</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&#39;s Document Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;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&#39;s settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedFile(DevExpress.Web.Mvc.HtmlEditorFileSaveSettings,DevExpress.Web.UploadControlValidationSettings)">
<summary>
<para>Saves a file uploaded using a specific HtmlEditor&#39;s File Selector dialog.</para>
</summary>
<param name="fileSaveSettings">An <see cref="T:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings"/> object related to saving an uploaded file to the file storage.</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object containing settings that relate to uploaded file validation.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedFile(DevExpress.Web.Mvc.HtmlEditorFileSaveSettings,DevExpress.Web.UploadControlValidationSettings,DevExpress.Web.FileSavingEventHandler)">
<summary>
<para>Saves a file uploaded using a specific HtmlEditor&#39;s File Selector dialog.</para>
</summary>
<param name="fileSaveSettings">An <see cref="T:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings"/> object related to saving an uploaded file to the file storage.</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object containing settings that relate to uploaded file validation.</param>
<param name="onFileUploadComplete">A delegate method that will handle the event that allows you to process an uploaded audio file before it is saved to the server.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedFile(System.String,DevExpress.Web.UploadControlValidationSettings,System.String)">
<summary>
<para>Saves a file uploaded via a specific HtmlEditor&#39;s File Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object containing settings that relate to uploaded file validation.</param>
<param name="uploadFolder">A string value specifying the upload folder path.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedFile(System.String,DevExpress.Web.UploadControlValidationSettings,System.String,DevExpress.Web.FileSavingEventHandler)">
<summary>
<para>Saves a file uploaded using a specific HtmlEditor&#39;s File Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object containing settings that relate to uploaded file validation.</param>
<param name="uploadFolder">A string value specifying the upload folder path.</param>
<param name="onFileUploadComplete">A delegate method that will handle the event that allows you to process an uploaded audio file before it is saved to the server.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedFile(System.String,DevExpress.Web.UploadControlValidationSettings,System.String,System.String)">
<summary>
<para>Saves a file uploaded via a specific HtmlEditor&#39;s File Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object containing settings that relate to uploaded file validation.</param>
<param name="uploadFolder">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.SaveUploadedFile(System.String,DevExpress.Web.UploadControlValidationSettings,System.String,System.String,DevExpress.Web.FileSavingEventHandler)">
<summary>
<para>Saves a file uploaded using a specific HtmlEditor&#39;s File Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object containing settings that relate to uploaded file validation.</param>
<param name="uploadFolder">A string value specifying the upload folder path.</param>
<param name="fileName">A string value specifying the file name.</param>
<param name="onFileUploadComplete">A delegate method that will handle the event that allows you to process an uploaded file before it is saved to the server.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedFlash(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorSettings)">
<summary>
<para>Saves a flash file uploaded via a specific HtmlEditor&#39;s Flash Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="flashSelectorSettings">A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorSettings"/> object containing the Flash Selector dialog&#39;s settings.</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&#39;s Image Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;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&#39;s settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorExtension.SaveUploadedImage(System.String,DevExpress.Web.UploadControlValidationSettings,System.String)">
<summary>
<para>Saves a specific HtmlEditor&#39;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&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> 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.UploadControlValidationSettings,System.String,System.String)">
<summary>
<para>Saves a specific HtmlEditor&#39;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&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">An <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> 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.SaveUploadedVideo(System.String,DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorSettings)">
<summary>
<para>Saves a video file uploaded via a specific HtmlEditor&#39;s Video Selector dialog.</para>
</summary>
<param name="name">A string value specifying the HtmlEditor&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="videoSelectorSettings">A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorSettings"/> object containing the Video Selector dialog&#39;s settings.</param>
</member>
<member name="T:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings">
<summary>
<para>Contains settings related to saving an uploaded file to the HtmlEditor extension&#39;s file storage.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.#ctor(DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings"/> class with the specified file upload settings.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase"/> object providing access to settings related to file uploading.</param>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.#ctor(System.String,DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings"/> class with the specified file name and upload settings.</para>
</summary>
<param name="fileName">A string specifying the name of the file.</param>
<param name="settings">An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadSettingsBase"/> object providing access to settings related to file uploading.</param>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.AmazonSettings">
<summary>
<para>Provides access to the account settings required to upload files to the Amazon Simple Storage Service (Amazon S3).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlAmazonSettings"/> object that is the Amazon account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.AzureSettings">
<summary>
<para>Provides access to the account settings required to upload files to Microsoft Azure.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlAzureSettings"/> object that is the Microsoft Azure account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.DropboxSettings">
<summary>
<para>Provides access to the account settings required to upload files to the Dropbox Service.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlDropboxSettings"/> object that is the Dropbox account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.FileName">
<summary>
<para>Gets or sets the name of the uploaded file.</para>
</summary>
<value>A string specifying the name of the file.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.FileSystemSettings">
<summary>
<para>Gets settings allowing the HtmlEditor to upload files to the server&#39;s physical file system.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlFileSystemSettings"/> object containing file system settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.Storage">
<summary>
<para>Specifies the type of file storage used by the HtmlEditor.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.UploadFileStorageType"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorFileSaveSettings.UploadFolderUrlPath">
<summary>
<para>Gets or sets a value that specifies the relative URL path to the upload folder.</para>
</summary>
<value>A string value that defines the relative URL path to the upload folder.</value>
</member>
<member name="T:DevExpress.Web.Mvc.HtmlEditorSettings">
<summary>
<para>Contains the HtmlEditor extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlEditorSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HtmlEditorSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ActiveView">
<summary>
<para>Gets or sets the editor&#39;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.AssociatedRibbonName">
<summary>
<para>Gets or sets the name of the Ribbon that the HtmlEditor is associated with.</para>
</summary>
<value>A string value that is the Ribbon name.</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>true, if the editor is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the HtmlEditor.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorClientSideEvents"/> object which allows assigning handlers to the client-side events available to the HtmlEditor.</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>true to make an HtmlEditor initially displayed; false 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&#39;s context menu.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorContextMenuItemCollection"/> 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&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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:js-MVCxClientHtmlEditor.PerformDataCallback(data)"/> 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&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> delegate method to be called when a file is about to be uploaded within the HtmlEditor&#39;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&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> delegate method to be called when a folder is about to be created within the HtmlEditor&#39;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&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> delegate method to be called when a file or folder is about to be deleted within the HtmlEditor&#39;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&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method to be called when a file or folder is about to be moved within the HtmlEditor&#39;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&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method to be called when a file or folder is about to be renamed within the HtmlEditor&#39;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&#39;s content is updated via a callback.</para>
</summary>
<value>true if a specific animation effect is used; otherwise, false.</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&#39;s content.</para>
</summary>
<value>A string value specifying the editor&#39;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.EditorImages"/> 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&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> delegate method to be called when a file is about to be uploaded within the HtmlEditor&#39;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&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> delegate method to be called when a folder is about to be created within the HtmlEditor&#39;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&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> delegate method to be called when a file or folder is about to be deleted within the HtmlEditor&#39;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&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method to be called when a file or folder is about to be moved within the HtmlEditor&#39;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&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method to be called when a file or folder is about to be renamed within the HtmlEditor&#39;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&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.IsValid">
<summary>
<para>Gets or sets a value that indicates whether the editor&#39;s value passes validation.</para>
</summary>
<value>true, if the editor&#39;s value passes validation; otherwise, false.</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&#39;s dialogs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RoundPanelParts"/> object that contains part settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.Placeholders">
<summary>
<para>Gets the collection of placeholders available in the HtmlEditor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPlaceholderCollection"/> object that is the collection of the placeholders.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.RenderIFrameForPopupElements">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s popup dialogs are displayed above Java applets 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.HtmlEditorSettings.RibbonContextTabCategories">
<summary>
<para>Gets the collection of ribbon context tab categories.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonContextTabCategoryCollection"/> object that is the collection of context tab categories.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.RibbonTabs">
<summary>
<para>Provides access to the collection of UrlDocument$16848#Ribbon.Visual Elements tabs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonTabCollection"/> object that is the collection of the Ribbon&#39;s tabs.</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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.RtfContentPastingProcessed">
<summary>
<para>Raised when the copied/cut RTF content is processed on the server.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ASPxHtmlEditor.RtfContentPastingProcessedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</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&#39;s state.</para>
</summary>
<value>true if information is persisted in cookies; otherwise, false.</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&#39;s state is persisted.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying a cookie&#39;s name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.Settings">
<summary>
<para>Provides access to the HtmlEditor&#39;s main settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorSettings"/> object that contains the HtmlEditor&#39;s options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsAdaptivity">
<summary>
<para>Provides access to the HTML Editor layout adaptivity settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAdaptivitySettings"/> object that contains adaptivity settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsAudioSelector">
<summary>
<para>Provides access to settings related to the Select Audio dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings"/> object that contains the Audio Selector dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsAudioUpload">
<summary>
<para>Provides access to settings related to uploading audio.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings"/> object that holds options for uploading audio.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsDialogFormElements">
<summary>
<para>Provides access to settings relating to the customization of dialog form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings"/> object that contains customization settings for the form elements of built-in dialogs.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsDialogs">
<summary>
<para>Provides access to the built-in dialogs&#39; settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings"/> object that contains settings of the built-in dialogs.</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 <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings"/> object that contains the Document Selector dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsFlashSelector">
<summary>
<para>Provides access to settings related to the Select Flash dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings"/> object that contains the Flash Selector dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsFlashUpload">
<summary>
<para>Provides access to settings related to uploading flash.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings"/> object that holds options for uploading flash.</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 <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings"/> object that contains the Image Selector dialog&#39;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.Mvc.MVCxHtmlEditorImageUploadSettings"/> 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&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorLoadingPanelSettings"/> object that contains the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsPlaceholders">
<summary>
<para>Provides access to placeholder settings.</para>
</summary>
<value>Placeholder settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsResize">
<summary>
<para>Provides access to settings that are related to the HTMLEditor&#39;s sizing capabilities.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorResizeSettings"/> object containing settings that are related to the HTMLEditor&#39;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&#39;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.SettingsVideoSelector">
<summary>
<para>Provides access to settings related to the Select Video dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings"/> object that contains the Video Selector dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsVideoUpload">
<summary>
<para>Provides access to settings related to uploading video.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings"/> object that holds options for uploading video.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SpellCheckerCustomDictionaryLoading">
<summary>
<para>This event occurs when a custom spell check dictionary is being loaded into a session.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventHandler"/> delegate method to be called before the HtmlEditor&#39;s Spell Checker loads a custom dictionary.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.SpellCheckerWordAdded">
<summary>
<para>Allows you to perform custom actions when a new word is added to a custom dictionary.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraSpellChecker.WordAddedEventHandler"/> delegate method allowing you to implement custom processing.</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&#39;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&#39;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&#39;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.StylesPasteOptionsBar">
<summary>
<para>Provides access to the style settings that define the appearance of the editor&#39;s paste options bar.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorPasteOptionsBarStyles"/> 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&#39;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&#39;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.ToolbarMode">
<summary>
<para>Specifies the type of the HtmlEditor toolbar.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorToolbarMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlEditorSettings.Toolbars">
<summary>
<para>Gets the collection of toolbars in the HtmlEditor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection"/> object, which is the collection of toolbars within the editor.</value>
</member>
<member name="T:DevExpress.Web.Mvc.HtmlSettingsAttribute">
<summary>
<para>Specifies the HTML editing settings (<see cref="P:DevExpress.Web.Mvc.HtmlEditorSettings.SettingsHtmlEditing"/>) for the value of a data field.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.HtmlSettingsAttribute.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.HtmlSettingsAttribute"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowedDocumentType">
<summary>
<para>Gets or sets a value that specifies what document types are allowed in the HtmlEditor.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.AllowedDocumentType"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowEditFullDocument">
<summary>
<para>Specifies if end-users can edit the full document content or the body tag content only.</para>
</summary>
<value>true, to allow end-users edit the full document content; false to allow end-users edit the body tag content only.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowFormElements">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s HTML markup can contain form elements, such as &#39;form&#39;, &#39;input&#39;, &#39;select&#39;, etc.</para>
</summary>
<value>true if form elements are allowed within the editor&#39;s content; false if form elements are automatically removed from the editor&#39;s HTML markup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowHTML5MediaElements">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s HTML markup can contain HTML5 media elements, i.e. &#39;audio&#39; and &#39;video&#39;.</para>
</summary>
<value>true if media elements are allowed within the editor&#39;s content; false if the elements are automatically removed from the editor&#39;s HTML markup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowIdAttributes">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s HTML markup can contain ID attributes.</para>
</summary>
<value>true if ID attributes are allowed within the editor&#39;s content; false if ID attributes are automatically removed from the editor&#39;s HTML markup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowIFrames">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s HTML markup can contain &#39;iframe&#39; elements.</para>
</summary>
<value>true if &#39;iframe&#39; elements are allowed in the editor&#39;s content; false if &#39;iframe&#39; elements are automatically removed from the editor&#39;s HTML markup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowObjectAndEmbedElements">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s HTML markup can contain the &#39;object&#39; and &#39;embed&#39; elements.</para>
</summary>
<value>true if the &#39;object&#39; and &#39;embed&#39; elements are allowed in the editor&#39;s content; false if the elements are automatically removed from the editor&#39;s HTML markup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowScripts">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s HTML markup can contain scripts.</para>
</summary>
<value>true if scripts are allowed within the editor&#39;s content; false if scripts are automatically removed from the editor&#39;s HTML markup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowStyleAttributes">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s HTML markup can contain style attributes.</para>
</summary>
<value>true if style attributes are allowed within the editor&#39;s content; false if style attributes are automatically removed from the editor&#39;s HTML markup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AllowYouTubeVideoIFrames">
<summary>
<para>Gets or sets a value that specifies whether the editor&#39;s HTML markup can contain the &#39;iframe&#39; elements linking to a YouTube video.</para>
</summary>
<value>true if the &#39;iframe&#39; elements containing a link to a YouTube video are allowed within the editor&#39;s content; false if the elements are automatically removed from the editor&#39;s HTML markup.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AttributeFilterMode">
<summary>
<para>Specifies the filtering mode for attribute elements.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.AttributesFilter">
<summary>
<para>Gets or sets the attribute elements that will be filtered according to the specified filter mode.</para>
</summary>
<value>A <see cref="T:System.String"/> value that contains the attribute elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.ResourcePathMode">
<summary>
<para>Specifies if resource paths should be changed to absolute, relative, or root relative.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.ResourcePathMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.StyleAttributeFilterMode">
<summary>
<para>Specifies the filtering mode for style attribute elements.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.StyleAttributesFilter">
<summary>
<para>Gets or sets the style attribute elements that will be filtered according to the specified filter mode.</para>
</summary>
<value>A <see cref="T:System.String"/> value that contains the style attribute elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.TagFilterMode">
<summary>
<para>Specifies the filtering mode for tag elements.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFilterMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.TagsFilter">
<summary>
<para>Gets or sets the tag elements that will be filtered according to the specified filter mode.</para>
</summary>
<value>A <see cref="T:System.String"/> value that contains the tag elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.UpdateBoldItalic">
<summary>
<para>Gets or sets a value that specifies whether the b (bold) and i (italic) elements occurring within the editor&#39;s HTML markup should be replaced with the strong and em elements respectively.</para>
</summary>
<value>true if the b and i elements should be replaced with the strong and em elements within the editor&#39;s HTML markup; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.HtmlSettingsAttribute.UpdateDeprecatedElements">
<summary>
<para>Gets or sets a value that specifies whether deprecated elements (such as u, s, strike, font, center) occurring within the editor&#39;s HTML markup should be replaced with their valid analogs.</para>
</summary>
<value>true if deprecated elements should be replaced with their valid analogs in the editor&#39;s HTML markup; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 the HyperLink extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.HyperLinkSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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&#39;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 that are specific to the HyperLink.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHyperLinkProperties"/> object containing the HyperLink 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"></see> enumeration values.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.ImageEditSettings">
<summary>
<para>Contains the Image extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ImageEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 System.String 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 that are specific to the Image.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxImageEditProperties"/> object containing the Image specific settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageEditSettings.ToolTip">
<summary>
<para>Gets or sets the editor&#39;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.ImageGalleryExtension">
<summary>
<para>Represents an extension object implementing the ImageGallery functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGalleryExtension.#ctor(DevExpress.Web.Mvc.ImageGallerySettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageGalleryExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGalleryExtension.#ctor(DevExpress.Web.Mvc.ImageGallerySettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageGalleryExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGalleryExtension.BindToFolder(System.String)">
<summary>
<para>Binds the ImageGallery to the folder specified by its name.</para>
</summary>
<param name="imageSourceFolder">A string specifying the path to the folder that contains images.</param>
<returns>An extension object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.ImageGallerySettings">
<summary>
<para>Contains the ImageGallery extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGallerySettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageGallerySettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.AllowExpandText">
<summary>
<para>Gets or sets a value that specifies whether the text area can be expanded with a mouse click.</para>
</summary>
<value>true, if a text expansion is available; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.CallbackRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle ImageGallery&#39;s callbacks.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ImageGallery.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ImageGallery.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.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:js-MVCxClientImageGallery.PerformCallback(data)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.CustomImageProcessing">
<summary>
<para>Enables you to custom process an image, e.g., add a watermark, when the ImageGallery is bound to a folder or to binary data.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryCustomImageProcessingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.FullscreenViewerTextField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides image gallery item texts that are displayed in a fullscreen viewer.</para>
</summary>
<value>A string value that specifies the name of the required data source field.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.FullscreenViewerThumbnailUrlField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides image gallery item fullscreen viewer thumbnail 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.ImageGallerySettings.FullscreenViewerThumbnailUrlFormatString">
<summary>
<para>Gets or sets the pattern used to format the URL that points to the image displayed in the fullscreen viewer within the image gallery.</para>
</summary>
<value>A string value that represents the format pattern.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ImageCacheFolder">
<summary>
<para>Gets or sets the path to the folder that contains cached images.</para>
</summary>
<value>A string value specifying the path to the folder.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ImageContentBytesField">
<summary>
<para>Gets or sets the data source field which provides item binary images.</para>
</summary>
<value>A string value that specifies the name of the data source field which contains binary images.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the ImageGallery.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ImagesFullscreenViewer">
<summary>
<para>Provides access to the settings that define images displayed within the Image Gallery&#39;s fullscreen viewer.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ImagesFullscreenViewerNavigationBar">
<summary>
<para>Provides access to the settings that define images displayed within the fullscreen viewer&#39;s navigation bar.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ImageUrlField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides image gallery item image 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.ImageGallerySettings.ImageUrlFormatString">
<summary>
<para>Gets or sets the pattern used to format the URL that points to the image displayed in the image gallery.</para>
</summary>
<value>A string value that represents the format pattern.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ItemDataBound">
<summary>
<para>Occurs after an item has been bound to a data source.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageGalleryItemEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.Items">
<summary>
<para>Gets the collection of items in the ImageGallery.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/> instance that is the collection of items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.Layout">
<summary>
<para>Gets or sets the layout of the ImageGallery&#39;s contents.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Layout"/> values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.NameField">
<summary>
<para>Gets or sets the data source field that provides unique item identifier names.</para>
</summary>
<value>A string value that specifies the name of the data source field that contains unique item identifier names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.NavigateUrlField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides image gallery 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.ImageGallerySettings.NavigateUrlFormatString">
<summary>
<para>Gets or sets the pattern used to format URLs.</para>
</summary>
<value>A string value that is the format pattern.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.PagerSettings">
<summary>
<para>Gets the pager&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryPagerSettings"/> object that contains pager settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGallerySettings.SetFullscreenViewerItemTextTemplateContent(System.Action{DevExpress.Web.ImageGalleryFullscreenViewerItemTemplateContainer})">
<summary>
<para>Gets or sets a common template used for displaying the content of all items&#39; fullscreen viewer text area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGallerySettings.SetFullscreenViewerItemTextTemplateContent(System.String)">
<summary>
<para>Gets or sets a common template used for displaying the content of all items&#39; fullscreen viewer text area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGallerySettings.SetFullscreenViewerTextTemplateContent(System.Action{DevExpress.Web.ImageGalleryFullscreenViewerItemTemplateContainer})">
<summary>
<para>Gets or sets a template used for displaying the content of the fullscreen viewer text area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGallerySettings.SetFullscreenViewerTextTemplateContent(System.String)">
<summary>
<para>Gets or sets a template used for displaying the content of the fullscreen viewer text area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGallerySettings.SetItemTextTemplateContent(System.Action{DevExpress.Web.ImageGalleryThumbnailTemplateContainer})">
<summary>
<para>Allows setting a common template used for displaying the text content of all items within the ImageGallery.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageGallerySettings.SetItemTextTemplateContent(System.String)">
<summary>
<para>Allows setting a common template used for displaying the text content of all items within the ImageGallery.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.SettingsBreakpointsLayout">
<summary>
<para>Provides access to the Image Gallery&#39;s Breakpoint layout mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryBreakpointsLayoutSettings"/> object containing the Image Gallery&#39;s Breakpoint layout mode settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.SettingsFlowLayout">
<summary>
<para>Provides access to the ImageGallery layout flow mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryFlowLayoutSettings"/> object that contains the layout settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.SettingsFullscreenViewer">
<summary>
<para>Provides access to the fullscreen viewer&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerSettings"/> object that contains the fullscreen viewer&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.SettingsTableLayout">
<summary>
<para>Provides access to the ImageGallery layout table mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryTableLayoutSettings"/> object that contains the layout settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.StylesFullscreenViewer">
<summary>
<para>Provides access to the style settings that define the appearance of the fullscreen viewer.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.StylesFullscreenViewerNavigationBar">
<summary>
<para>Provides access to the style settings that define the appearance of the navigation bar.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.Target">
<summary>
<para>Gets or sets the window or frame to which to target the content 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.ImageGallerySettings.TextField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides image gallery 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.ImageGallerySettings.TextVisibility">
<summary>
<para>Enables you to specify the thumbnail text area visibility mode.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ThumbnailHeight">
<summary>
<para>Gets or sets the height of the thumbnail.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the thumbnail&#39;s height.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ThumbnailImageSizeMode">
<summary>
<para>Gets or sets the value specifying how an image fits into the thumbnail size.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ImageSizeMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ThumbnailUrlField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides image gallery item thumbnail 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.ImageGallerySettings.ThumbnailUrlFormatString">
<summary>
<para>Gets or sets the pattern used to format the URL that points to the thumbnail displayed in the image gallery.</para>
</summary>
<value>A string value that represents the format pattern.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.ThumbnailWidth">
<summary>
<para>Gets or sets the width of the thumbnail.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the thumbnail&#39;s width.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageGallerySettings.UseHash">
<summary>
<para>Gets or sets a value that specifies whether the ImageGallery extension creates a unique url for each image.</para>
</summary>
<value>true, to create unique urls for images; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.ImageSliderExtension"/> 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.ImageSliderSettings">
<summary>
<para>Contains the ImageSlider extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ImageSliderSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.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.ImageSliderSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ImageSlider.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageSliderClientSideEvents"/> 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 <see cref="T:System.EventHandler"/> 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 for various elements within the ImageSlider.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageSliderImages"/> 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&#39;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.ImageUrlFormatString">
<summary>
<para>Gets or sets the pattern used to format the URL that points to the image displayed in the image slider.</para>
</summary>
<value>A string value that represents the format pattern.</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 <see cref="T:DevExpress.Web.ImageSliderItemEventHandler"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItemCollection"/> 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>true, if keyboard navigation is enabled; otherwise, false.</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&#39;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&#39;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.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"></see> enumeration values.</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>true, if the SEO-friendly mode is enabled; otherwise, false.</value>
</member>
<member name="M:DevExpress.Web.Mvc.ImageSliderSettings.SetItemTemplateContent(System.Action{DevExpress.Web.ImageSliderItemTemplateContainer})">
<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.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.SetItemTextTemplateContent(System.Action{DevExpress.Web.ImageSliderItemTemplateContainer})">
<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.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.SetItemThumbnailTemplateContent(System.Action{DevExpress.Web.ImageSliderItemTemplateContainer})">
<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.SettingsAutoGeneratedImages">
<summary>
<para>Provides access to the image generation mechanism settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageSliderAutoGeneratedImagesSettings"/> object containing the image generation mechanism settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SettingsBehavior">
<summary>
<para>Provides access to the ImageSlider&#39;s behavior settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageSliderBehaviorSettings"/> object that contains the extension&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SettingsImageArea">
<summary>
<para>Provides access to the ImageSlider&#39;s image area options.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageSliderImageAreaSettings"/> object that contains the image area options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SettingsNavigationBar">
<summary>
<para>Provides access to the ImageSlider&#39;s navigation bar options.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarSettings"/> object that contains the navigation bar options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageSliderSettings.SettingsSlideShow">
<summary>
<para>Provides access to the ImageSlider&#39;s slide show options.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageSliderSlideShowSettings"/> 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>true, if the image area is visible, otherwise, false.</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>true, if the bar is visible, otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageSliderSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageSliderStyles"/> object that provides style settings for view elements.</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&#39;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.ThumbnailUrlFormatString">
<summary>
<para>Gets or sets the pattern used to format the URL that points to the thumbnail displayed in the image slider.</para>
</summary>
<value>A string value that represents the format pattern.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ImageZoomExtension">
<summary>
<para>Represents an extension object implementing the ImageZoom functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomExtension.#ctor(DevExpress.Web.Mvc.ImageZoomSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageZoomExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomExtension.#ctor(DevExpress.Web.Mvc.ImageZoomSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageZoomExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.ImageZoomNavigatorExtension">
<summary>
<para>Represents an extension object implementing the ImageZoomNavigator functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomNavigatorExtension.#ctor(DevExpress.Web.Mvc.ImageZoomNavigatorSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageZoomNavigatorExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomNavigatorExtension.#ctor(DevExpress.Web.Mvc.ImageZoomNavigatorSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageZoomNavigatorExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomNavigatorExtension.Bind(System.Object)">
<summary>
<para>Binds the ImageZoomNavigator 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.ImageZoomNavigatorExtension"/> object representing the ImageZoomNavigator.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomNavigatorExtension.BindToFolder(System.String)">
<summary>
<para>Binds the ImageZoomNavigator to the folder specified by its name.</para>
</summary>
<param name="path">A string specifying the path to the folder that contains images.</param>
<returns>An extension object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomNavigatorExtension.BindToXML(System.String)">
<summary>
<para>Binds the ImageZoomNavigator 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.ImageZoomNavigatorExtension.BindToXML(System.String,System.String)">
<summary>
<para>Binds the ImageZoomNavigator 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.ImageZoomNavigatorExtension.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the ImageZoomNavigator 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"></param>
<returns>An extension object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.ImageZoomNavigatorSettings">
<summary>
<para>Contains the ImageZoomNavigator extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageZoomNavigatorSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.ActiveItemChangeAction">
<summary>
<para>Gets or sets a value that specifies which action required to make a particular item active within the associated ImageZoom.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ActiveItemChangeAction"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.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.ImageZoomNavigatorSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ImageZoomNavigator.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageZoomNavigatorClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ImageZoomNavigator.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.DataBound">
<summary>
<para>Enables you to perform a custom action after the ImageZoomNavigator has been bound to its data source.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.ExpandWindowTextField">
<summary>
<para>Gets or sets the data source field which provides item expand window text.</para>
</summary>
<value>A string value that specifies the name of the required data source field.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.ImageContentBytesField">
<summary>
<para>Gets or sets the data source field which provides item binary images.</para>
</summary>
<value>A string value that specifies the name of the data source field which contains binary images.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the ImageZoomNavigator.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageZoomNavigatorImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.ImageUrlField">
<summary>
<para>Gets or sets the data source field that provides image locations for the extension&#39;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.ImageZoomNavigatorSettings.ItemDataBound">
<summary>
<para>Enables you to customize settings of a bound image zoom navigator item before it is finally rendered.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageZoomNavigatorItemEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.Items">
<summary>
<para>Gets the collection of items in the ImageZoomNavigator.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItemCollection"/> instance that is the collection of items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.ItemSpacing">
<summary>
<para>Specifies the spacing between ImageZoomNavigator items.</para>
</summary>
<value>An <see cref="T:System.Web.UI.WebControls.Unit"/> object that is the spacing between items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.LargeImageUrlField">
<summary>
<para>Gets or sets the data source field which provides an item&#39;s large image 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.ImageZoomNavigatorSettings.NavigationButtonVisibility">
<summary>
<para>Enables you to specify the navigation button visibility mode.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.NavigationButtonVisibilityMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.Orientation">
<summary>
<para>Gets or sets the direction in which to render the ImageZoomNavigator extension.</para>
</summary>
<value>One of the <see cref="T:System.Web.UI.WebControls.Orientation"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.PagingMode">
<summary>
<para>Gets or sets a value that specifies how items are scrolled in the ImageZoomNavigator.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.NavigationBarPagingMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.SettingsAutoGeneratedImages">
<summary>
<para>Gets settings that allow specifying the location and sizes of automatically generated (cached) images.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings"/> object that contains the settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.SettingsBehavior">
<summary>
<para>Provides access to the Image Zoom Navigator&#39;s behavior settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorSettingsBehavior"/> object containing the Image Zoom Navigator&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageZoomNavigatorStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.ThumbnailUrlField">
<summary>
<para>Gets or sets the data source field which provides an item&#39;s thumbnail image locations.</para>
</summary>
<value>A string value that specifies the name of the data source field which contains URLs to thumbnails.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.VisibleItemCount">
<summary>
<para>Gets or sets the number of items displayed within the ImageZoomNavigator.</para>
</summary>
<value>An integer value that specifies the number of items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomNavigatorSettings.ZoomWindowTextField">
<summary>
<para>Gets or sets the data source field which provides an item&#39;s zoom window text.</para>
</summary>
<value>A string value that specifies the name of the data source field which contains zoom window texts.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ImageZoomSettings">
<summary>
<para>Contains the ImageZoom extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ImageZoomSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ImageZoomSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.AssociatedImageZoomNavigatorName">
<summary>
<para>Gets or sets the name of an ImageZoomNavigator that the ImageZoom is associated with.</para>
</summary>
<value>A string value that is the name of the ImageZoomNavigator.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ImageZoom.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ImageZoom.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.EnableExpandMode">
<summary>
<para>Gets or sets whether the expand mode is enabled.</para>
</summary>
<value>true, to enable the expand mode; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.EnableZoomMode">
<summary>
<para>Gets or sets whether the zoom mode is enabled.</para>
</summary>
<value>true, to enable the zoom mode; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ExpandWindowText">
<summary>
<para>Gets or sets the text caption displayed within the Expand Window.</para>
</summary>
<value>A string value representing the text within the Expand Window.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.HintText">
<summary>
<para>Gets or sets the text caption displayed in the hint.</para>
</summary>
<value>A string value that specifies the hint text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ImageContentBytes">
<summary>
<para>Gets or sets an array of bytes representing the preview image.</para>
</summary>
<value>A <see cref="T:System.Byte"/>[] array that contains the image&#39;s contents.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the ImageZoom.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageZoomImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ImagesExpandWindow">
<summary>
<para>Provides access to the settings that define images displayed within the Expand Window.</para>
</summary>
<value>The object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ImagesZoomWindow">
<summary>
<para>Provides access to the settings that define images displayed within the Zoom Window.</para>
</summary>
<value>The object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ImageUrl">
<summary>
<para>Gets or sets the URL pointing to the preview image displayed within the ImageZoom extension.</para>
</summary>
<value>A System.String value specifying the URL representing the path to the preview image displayed within the ImageZoom extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.LargeImageContentBytes">
<summary>
<para>Gets or sets an array of bytes representing the large image displayed in the zoom window.</para>
</summary>
<value>A <see cref="T:System.Byte"/> array that contains the image&#39;s contents.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.LargeImageLoadMode">
<summary>
<para>Gets or sets a value specifying the way to load a large image.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.LargeImageLoadMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.LargeImageUrl">
<summary>
<para>Gets or sets the URL pointing to the magnified image displayed within the Zoom Window and the Expand Window.</para>
</summary>
<value>A System.String value specifying the URL representing the path to the preview image displayed within the Zoom Window and the Expand Window.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.LoadingPanelStyle">
<summary>
<para>Gets the style settings of a specific loading panel displayed while waiting for a callback response.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.SettingsAutoGeneratedImages">
<summary>
<para>Gets settings that allow specifying the location and sizes of automatically generated (cached) images.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings"/> object that contains the settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.SettingsZoomMode">
<summary>
<para>Provides access to the zoom mode settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageZoomZoomModeSettings"/> object that contains the zoom mode settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ShowHint">
<summary>
<para>Gets or sets a value that specifies whether a hint is displayed.</para>
</summary>
<value>true, if a hint is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ShowHintText">
<summary>
<para>Gets or sets a value that specifies whether a hint text is displayed.</para>
</summary>
<value>true, if a hint is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageZoomStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.StylesExpandWindow">
<summary>
<para>Provides access to the style settings that control the appearance of the Expand Window.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageZoomExpandWindowStyles"/> object that provides style settings used to paint an Expand Window.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.StylesZoomWindow">
<summary>
<para>Provides access to the style settings that control the appearance of the zoom window.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageZoomZoomWindowStyles"/> object that provides style settings used to paint a zoom window.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ImageZoomSettings.ZoomWindowText">
<summary>
<para>Gets or sets the text caption displayed within the zoom window.</para>
</summary>
<value>A string value representing the text within the zoom window.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ItemRequestedByValueMethod">
<summary>
<para>A delegate method that enables you to implement retrieval of an item by its value.</para>
</summary>
<param name="args">A <see cref="T:DevExpress.Web.ListEditItemRequestedByValueEventArgs"/> object that contains the required data.</param>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.ItemsRequestedByFilterConditionMethod">
<summary>
<para>A delegate method that enables you to implement retrieval of items requested by the applied filter conditions.</para>
</summary>
<param name="args">An <see cref="T:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventArgs"/> object that contains the required data.</param>
<value></value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.LabelSettings">
<summary>
<para>Contains the Label extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.LabelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 that are specific to the Label.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxLabelProperties"/> object containing the Label 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"></see> 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.LineSeriesViewActionMethodContainer">
<summary>
<para></para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.LineSeriesViewActionMethodContainer.RangeSegmentColorizer(System.Action{DevExpress.XtraCharts.RangeSegmentColorizer})">
<summary>
<para></para>
</summary>
<param name="segmentColorizerAction"></param>
</member>
<member name="M:DevExpress.Web.Mvc.LineSeriesViewActionMethodContainer.TrendSegmentColorizer(System.Action{DevExpress.XtraCharts.TrendSegmentColorizer})">
<summary>
<para></para>
</summary>
<param name="segmentColorizerAction"></param>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.BindToEF(System.String,System.String)">
<summary>
<para>Binds the list box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the list box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the list box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToEF(System.Type,System.String)">
<summary>
<para>Binds the list box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToEF(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the list box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the list box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the list box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the list box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<param name="selectingMethod"></param>
<param name="exceptionThrownMethod"></param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToLINQ(System.Type,System.String)">
<summary>
<para>Binds the list box 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 <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.BindToLINQ(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the list box 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 <see cref="T:System.String"/> 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.ListBoxExtension"/> object representing the list box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxExtension.GetSelectedValues``1(System.String)">
<summary>
<para>Returns an array of the values of the ListBox&#39;s selected items.</para>
</summary>
<param name="name">A string specifying the editor name.</param>
<typeparam name="T"></typeparam>
<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.ListBoxSettings">
<summary>
<para>Contains the ListBox extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ListBoxSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ListBoxSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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.CustomFiltering">
<summary>
<para>Enables you to implement custom filtering logic.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ListEditCustomFilteringEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ListBoxSettings.ItemRowPrepared">
<summary>
<para>Enables the settings of individual rows to be changed.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ListBoxItemRowPreparedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ListBoxSettings.ItemTextCellPrepared">
<summary>
<para>Occurs on the server side before a text cell has been rendered.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ListBoxItemTextCellPreparedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ListBoxSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the ListBox editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxProperties"/> object containing the ListBox 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ListBoxSettings.SelectedIndex">
<summary>
<para>Gets or sets the selected list item&#39;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.ListBoxSettings.SetItemTemplateContent(System.Action{DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer})">
<summary>
<para>Allows setting a common template used for displaying the content of all items within the ListBox.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.ListBoxSettings.SetItemTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of all ListBox items.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.ListBoxSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ListEditCustomFilteringMethod">
<summary>
<para>A delegate method that enables you to implement custom filtering logic before the server-side filtering is executed.</para>
</summary>
<param name="args">An <see cref="T:DevExpress.Web.ListEditCustomFilteringEventArgs"/> object that contains the related arguments.</param>
</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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.LoadingPanelExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.LoadingPanelSettings">
<summary>
<para>Contains the LoadingPanel extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.LoadingPanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 LoadingPanel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ClientSideEvents"/> object, which allows assigning handlers to the client-side events available to the LoadingPanel.</value>
</member>
<member name="P:DevExpress.Web.Mvc.LoadingPanelSettings.ContainerElementID">
<summary>
<para>Gets or sets the ID of an element with which the current LoadingPanel is associated.</para>
</summary>
<value>A <see cref="T:System.String"/> 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&#39;t be found automatically (for instance, if it&#39;s hidden within a naming container).</para>
</summary>
<value>An <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.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 Loading Panel&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> 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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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 LoadingPanel is offset from its baseline in the horizontal direction. This is a dependency property.</para>
</summary>
<value>An integer value defining the element&#39;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 position.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImagePosition"/> 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 elements within the LoadingPanel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImagesBase"/> 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>true if the LoadingPanel is displayed in modal mode; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.LoadingPanelSettings.SetTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<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="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="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"/>.LoadingPanel property is displayed within the Loading Panel.</para>
</summary>
<value>true if an image is displayed within a panel; otherwise, false.</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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyles"/> 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&#39;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 LoadingPanel is offset from its baseline in the vertical direction. This is a dependency property.</para>
</summary>
<value>An integer value defining the element&#39;s offset from its baseline in the vertical direction.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MaskAttribute">
<summary>
<para>Specifies the mask settings for the value of a data field.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MaskAttribute.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MaskAttribute"/> class using the specified mask expression.</para>
</summary>
<param name="mask">A string representing a mask expression.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MaskAttribute.IncludeLiterals">
<summary>
<para>Gets or sets a value that specifies which constantly displayed mask characters (literals) are included in an editor&#39;s value.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.MaskIncludeLiteralsMode"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MaskAttribute.IsValid(System.Object)">
<summary>
<para>Determines whether the specified value matches the mask.</para>
</summary>
<param name="value">The value to validate.</param>
<returns>true, if the specified value is valid or null; otherwise, false.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.MaskAttribute.Mask">
<summary>
<para>Gets a mask expression.</para>
</summary>
<value>A string representing a mask expression.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MaskAttribute.PromptChar">
<summary>
<para>Gets a character used as the placeholder in a masked editor.</para>
</summary>
<value>A character used as the placeholder in a masked editor.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MaskAttribute.UseInvariantCultureDecimalSymbolOnClient">
<summary>
<para>Specifies whether to use the period (.) as the decimal point in an editor&#39;s value on the client side.</para>
</summary>
<value>true, to use the period as the decimal point; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.MemoSettings">
<summary>
<para>Contains the Memo extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MemoSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MemoSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MemoSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the Memo editor type.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxMemoProperties"/> object containing the Memo 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> 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>true if model error messages are automatically displayed for an invalid editor; false 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&#39;s text contents.</para>
</summary>
<value>A string value representing the editor&#39;s text.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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">true if the starting node should be displayed; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.MenuState"/> object that is the menu items state.</returns>
</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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.#ctor(DevExpress.Web.Mvc.MenuSettingsBase,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</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 <see cref="T:DevExpress.Web.Mvc.MenuExtensionBase"/> object that is the menu.</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 <see cref="T:DevExpress.Web.Mvc.MenuExtensionBase"/> extension object.</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">true if the starting node should be displayed; otherwise, false.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MenuExtensionBase"/> 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 <see cref="T:DevExpress.Web.Mvc.MenuExtensionBase"/> 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 <see cref="T:DevExpress.Web.Mvc.MenuExtensionBase"/> 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 <see cref="T:DevExpress.Web.Mvc.MenuExtensionBase"/> extension object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MenuItemState">
<summary>
<para>Contains information (the current state) on an individual menu item.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MenuItemState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MenuItemState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MenuItemState.Checked">
<summary>
<para>Gets a value that specifies the menu item check state.</para>
</summary>
<value>true, if the menu item is checked; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuItemState.Index">
<summary>
<para>Gets a value that specifies the menu item&#39;s index within the collection</para>
</summary>
<value>An integer value representing the zero-based index of the item within the collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuItemState.Items">
<summary>
<para>Gets a list of objects that represent the states of all the sub-items within the current Menu item.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.Mvc.MenuItemState"/> objects containing information about the states of a menu item&#39;s subitems.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuItemState.Name">
<summary>
<para>Gets a value that specifies the menu item&#39;s name.</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the menu item&#39;s name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuItemState.Text">
<summary>
<para>Gets a value that specifies the menu item&#39;s text.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the text of the menu item.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MenuSettings">
<summary>
<para>Contains the Menu extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MenuSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MenuSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettings.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.MenuSettings.ClientVisible">
<summary>
<para>Gets or sets a value that specifies the initial visibility state of a Menu on the client.</para>
</summary>
<value>true to make a Menu initially displayed; false to render it into the web page, but make it initially hidden on the client.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettings.EnableAdaptivity">
<summary>
<para>Specifies whether an adaptive behavior is enabled for the menu.</para>
</summary>
<value>true, to enable the adaptive behavior; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.MenuSettings"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false if no programmatic interface is available for the extension on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettings.EnableSubMenuFullWidth">
<summary>
<para>Gets or sets whether a sub-menu is displayed with full page width.</para>
</summary>
<value>true, if a sub-menu is displayed with full page width; otherwise, false.</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>true if scrolling is enabled; otherwise, false.</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&#39;s width.</para>
</summary>
<value>true if item widths are calculated automatically; otherwise, false.</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&#39;s root items.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.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 <see cref="T:System.Web.UI.WebControls.Orientation"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettings.SettingsAdaptivity">
<summary>
<para>Provides access to the menu layout adaptivity settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuSettingsAdaptivity"/> object that contains adaptivity settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettings.ShowAsToolbar">
<summary>
<para>Specifies whether a menu is displayed as a toolbar.</para>
</summary>
<value>true to show a menu as a toolbar; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MenuSettingsBase">
<summary>
<para>Serves as a base for classes that define functional settings of the Menu and PopupMenu.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MenuSettingsBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MenuSettingsBase"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettingsBase.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</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>true if items can be selected; otherwise false.</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.ApplyItemStyleToTemplates">
<summary>
<para>Gets or sets a value that specifies whether the styles defined for menu items can be applied to templated menu items.</para>
</summary>
<value>true, if item styles apply to templated menu items; otherwise, false.</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.AutoSeparatorMode"/> enumeration value.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettingsBase.BorderBetweenItemAndSubMenu">
<summary>
<para>Gets or sets a value that specifies how the border is displayed between a menu item and its submenu.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.BorderBetweenItemAndSubMenuMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the Menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuClientSideEvents"/> object which allows assigning handlers to the client-side events available to the Menu.</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&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuStyle"/> 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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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 <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> 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&#39;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>true if a specific animation effect is used; otherwise, false.</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>true if the menu&#39;s items can be hot-tracked; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettingsBase.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the Menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuImages"/> 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&#39;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 <see cref="T:DevExpress.Web.MenuItemEventHandler"/> 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 <see cref="T:DevExpress.Web.ItemLinkMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettingsBase.Items">
<summary>
<para>Gets a collection that contains menu items of the menu&#39;s root level.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxMenuItemCollection"/> 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.ItemSubMenuOffset"/> object that contains specific offset settings for submenu items&#39; 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&#39;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&#39;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.RenderIFrameForPopupElements">
<summary>
<para>Gets or sets a value that specifies whether popup menus are displayed above Java applets 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.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"></see> 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 <see cref="T:DevExpress.Web.ItemSubMenuOffset"/> object that contains specific offset settings for the root menu items&#39; 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>true to visually highlight a root menu item that contains a selected subitem; otherwise, false.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MenuSettingsBase.SetItemTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<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.Action{DevExpress.Web.MenuItemTemplateContainer})">
<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.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.SetSubMenuTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;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="M:DevExpress.Web.Mvc.MenuSettingsBase.SetSubMenuTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of all submenus within a menu.</para>
</summary>
<param name="content">A string value specifying the template content.</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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettingsBase.ShowSubMenuShadow">
<summary>
<para>Gets or sets a value that specifies whether a submenu casts a shadow.</para>
</summary>
<value>true if a submenu casts a shadow; otherwise false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuSettingsBase.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuStyles"/> object that provides style settings for view elements.</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 <see cref="T:DevExpress.Web.SyncSelectionMode"/> 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&#39;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&#39;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.MenuState">
<summary>
<para>Contains information (the current state) on all the menu items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MenuState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MenuState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MenuState.Items">
<summary>
<para>Gets a list of objects that represent the states of all the menu items within the Menu extension.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.Mvc.MenuItemState"/> objects containing information about the states of menu items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MenuState.SelectedItem">
<summary>
<para>Gets a value that specifies the state of a selected item.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MenuItemState"/> object that is the selected item state.</value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection"/> class with the 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(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="M:DevExpress.Web.Mvc.MVCxAppointmentCustomFieldMappingCollection.Add(System.Action{DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping})">
<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="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 <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> class with the 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.Mvc.MVCxAppointmentStorage"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxAppointmentStorage.CommitNewObject(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Overrides the method of the base class to hide it.</para>
</summary>
<param name="obj"></param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxAppointmentStorage.CustomFieldMappings">
<summary>
<para>Provides access to the collection of mappings of the appointment&#39;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.UnboundMode">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxBatchUpdateValues`1">
<summary>
<para>Contains all the changes that are synchronized between the client and the server side when the extension functions in batch edit mode.</para>
</summary>
<typeparam name="T">The type of items.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBatchUpdateValues`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxBatchUpdateValues`1"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2">
<summary>
<para>Contains all the changes that are synchronized between the client and the server side when the extension functions in batch edit mode.</para>
</summary>
<typeparam name="T">The type of items.</typeparam>
<typeparam name="S">The type of item keys.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2.DeleteKeys">
<summary>
<para>Contains a list of keys that correspond to records deleted on the client side in batch edit mode.</para>
</summary>
<value>An object that stores the list of record keys.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2.EditorErrors">
<summary>
<para>Provides access to the dictionary of data source items and the corresponding ModelStateDictionary items.</para>
</summary>
<value>The dictionary of data source items and the corresponding ModelStateDictionary items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2.Insert">
<summary>
<para>Contains a list of objects that are the records added on the client side in batch edit mode.</para>
</summary>
<value>An object that stores a list of records that have been added on the client side.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2.IsValid(`0)">
<summary>
<para>Gets a value that indicates whether an item from the underlying data source is valid.</para>
</summary>
<param name="item">The item from the underlying data source.</param>
<returns>true, if the item is valid; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2.SetErrorText(`0,System.String)">
<summary>
<para>Displays the specified error text for a data item (node, row, card or record) with the invalid data.</para>
</summary>
<param name="item">The data source item with the invalid data.</param>
<param name="errorText">A string value specifying the error text.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2.SetErrorText(`1,System.String)">
<summary>
<para>Displays the specified error text for a data item (node, row, card or record) with invalid user input.</para>
</summary>
<param name="key">The key value of the data item with the invalid data.</param>
<param name="errorText">A string value specifying the error text to be displayed.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBatchUpdateValues`2.Update">
<summary>
<para>Contains a list of data items updated on the client side in batch edit mode.</para>
</summary>
<value>An object that stores the list of records that have been updated on the client side.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxBinaryImage">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBinaryImage.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxBinaryImage"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImage.IsCallback">
<summary>
<para>Gets a value indicating whether the request is the result of a callback sent by the BinaryImage.</para>
</summary>
<value>true, if the request is the result of a callback sent by the BinaryImage; otherwise, false.</value>
</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 that are specific to the BinaryImage editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties"/> object containing the BinaryImage specific settings.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBinaryImage.RegisterEditorIncludeScripts">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties">
<summary>
<para>Contains BinaryImage specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.Caption">
<summary>
<para>Gets or sets the BinaryImage caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the BinaryImage caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettingsBase"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxBinaryImageEditProperties.ValidationSettings">
<summary>
<para>Gets the binary image&#39;s validation settings.</para>
</summary>
<value>A binary image&#39;s validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxButton">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxButton.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxButton"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButton.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.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.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxButtonEdit">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxButtonEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEdit.ValidationSettings">
<summary>
<para>Gets the button&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxButtonEditProperties">
<summary>
<para>Contains ButtonEdit specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxButtonEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxButtonEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.ValidationSettings">
<summary>
<para>Gets the button&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxButtonEditProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCalendar">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCalendar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCalendar"/> class with default settings.</para>
</summary>
</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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendar.ValidationSettings">
<summary>
<para>Gets the calendar&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCalendarProperties">
<summary>
<para>Contains Calendar specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCalendarProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCalendarProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendarProperties.Caption">
<summary>
<para>Gets or sets the Calendar caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the Calendar caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendarProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendarProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendarProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendarProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxCalendarProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendarProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendarProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxCalendarProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCalendarProperties.ValidationSettings">
<summary>
<para>Gets the calendar&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCallbackPanel">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCallbackPanel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCallbackPanel"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCallbackPanel.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.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CallbackPanelStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCaptcha">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCaptcha.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCaptcha"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCaptcha.EnableCallBacks">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCaptcha.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.MVCxCaptcha.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.MVCxCaptcha.IsValid">
<summary>
<para>Gets or sets 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>
<value>true, if the entered text successfully passed verification; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCaptcha.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Captcha.CaptchaStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardView">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardView"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardView.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.MVCxCardView.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.MVCxCardView.SettingsEditing">
<summary>
<para>Provides access to the CardView&#39;s edit settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewEditingSettings"/> object that contains the CardView&#39;s edit settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewColumn">
<summary>
<para>Represents a column within the GridView.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumn.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumn.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">The name of the field to which the column is bound</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumn.#ctor(System.String,DevExpress.Web.Mvc.MVCxCardViewColumnType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">The name of the field to which the column is bound</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnType"/> enumeration values that is the column type.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumn.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">The name of the field to which the column is bound</param>
<param name="caption">A string value that is the column caption.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumn.#ctor(System.String,System.String,DevExpress.Web.Mvc.MVCxCardViewColumnType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">The name of the field to which the column is bound</param>
<param name="caption">A string value that is the column caption.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnType"/> enumeration values that is the column type.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumn.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.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.MVCxCardViewColumn.ColumnType">
<summary>
<para>Gets or sets the column data editor type.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnType"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumn.EditorProperties">
<summary>
<para>Allows you to configure CardView columns of different types.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory"/> object that provides methods allowing you to configure different column types.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumn.SetDataItemTemplateContent(System.Action{DevExpress.Web.CardViewDataItemTemplateContainer})">
<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.MVCxCardViewColumn.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.MVCxCardViewColumn.SetEditItemTemplateContent(System.Action{DevExpress.Web.CardViewEditItemTemplateContainer})">
<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.MVCxCardViewColumn.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.MVCxCardViewColumn.SetHeaderTemplateContent(System.Action{DevExpress.Web.CardViewHeaderTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the content of the column&#39;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.MVCxCardViewColumn.SetHeaderTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the content of the column&#39;s header.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewColumnCollection">
<summary>
<para>Represents a collection of columns within the GridView.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection.Add">
<summary>
<para>Adds a new column to the end of the collection and returns the newly created object.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxCardViewColumn})">
<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.MVCxCardViewColumn"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection.Add(System.String)">
<summary>
<para>Adds a new column to the collection and specifies the column&#39;s bound field name.</para>
</summary>
<param name="fieldName">The name of the field to which the column is bound</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection.Add(System.String,DevExpress.Web.Mvc.MVCxCardViewColumnType)">
<summary>
<para>Adds a new column to the collection and specifies the column&#39;s type and bound field name.</para>
</summary>
<param name="fieldName">The name of the field to which the column is bound</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnType"/> enumeration values that is a column type.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection.Add(System.String,System.String)">
<summary>
<para>Adds a new column to the collection and specifies the column&#39;s caption and bound field name.</para>
</summary>
<param name="fieldName">The name of the field to which the column is bound</param>
<param name="caption">A string value that is the column caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection.Add(System.String,System.String,DevExpress.Web.Mvc.MVCxCardViewColumnType)">
<summary>
<para>Adds a new column to the collection and specifies the column&#39;s caption, type and bound field name.</para>
</summary>
<param name="fieldName">The name of the field to which the column is bound</param>
<param name="caption">A string value that is the column caption.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnType"/> enumeration value that is a column type.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> object that is the newly added column.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewColumnCollection`1">
<summary>
<para>A collection of strongly-typed columns within the CardView.</para>
</summary>
<typeparam name="CardType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection`1.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnCollection`1"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the column is bound.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxCardViewColumn})">
<summary>
<para>Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression and to customize this column in a delegate method implementation.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the column is bound.</param>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumn"/> object that is the newly added column.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem">
<summary>
<para>Represents a layout item (with MVC specificity) within the CardView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified object to the current one.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem.SetTemplateContent(System.Action{DevExpress.Web.CardViewDataItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the column layout item content.</para>
</summary>
<param name="contentMethod">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem.SetTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the column layout item content.</para>
</summary>
<param name="content">A method to which a template content rendering is delegated.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewColumnType">
<summary>
<para>Lists values that specify the column editor type.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.BinaryImage">
<summary>
<para>Indicates that a binary image editor is used to display column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.ButtonEdit">
<summary>
<para>Indicates that a button editor is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.CheckBox">
<summary>
<para>Indicates that a check box is used to edit and display column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.ColorEdit">
<summary>
<para>Indicates that a color editor is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.ComboBox">
<summary>
<para>Indicates that a combo box is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.DateEdit">
<summary>
<para>Indicates that a date editor is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.Default">
<summary>
<para>Indicates that a default editor (TextBox) is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.DropDownEdit">
<summary>
<para>Indicates that a drop down editor is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.HyperLink">
<summary>
<para>Indicates that a hyperlink editor is used to display column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.Image">
<summary>
<para>Indicates that an image editor is used to display column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.Memo">
<summary>
<para>Indicates that a memo editor is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.ProgressBar">
<summary>
<para>Indicates that a progress bar is used to visualize column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.SpinEdit">
<summary>
<para>Indicates that a spin editor is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.TextBox">
<summary>
<para>Indicates that a text box is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.TimeEdit">
<summary>
<para>Indicates that a time editor is used to edit column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxCardViewColumnType.TokenBox">
<summary>
<para>Indicates that a token box is used to edit column values.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewEditingSettings">
<summary>
<para>Provides editing settings for CardView.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewEditingSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewEditingSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewEditingSettings.AddNewCardRouteValues">
<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 card.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewEditingSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewEditingSettings.BatchUpdateRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to batch data modifications.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewEditingSettings.DeleteCardRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to card deletion.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewEditingSettings.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>true if model error messages are automatically displayed for invalid editors; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewEditingSettings.UpdateCardRouteValues">
<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.MVCxCardViewExporter">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewExporter.#ctor(DevExpress.Web.Mvc.MVCxCardView)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewExporter"/> class, specifying the corresponding CardView object.</para>
</summary>
<param name="cardView">A <see cref="T:DevExpress.Web.Mvc.MVCxCardView"/> object representing the CardView whose content should be exported.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewExportSettings">
<summary>
<para>Contains the export settings to be applied when the CardView&#39;s data is exported.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewExportSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewExportSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.BottomMargin">
<summary>
<para>Gets or sets the target document&#39;s bottom margin.</para>
</summary>
<value>An integer value that specifies the target document&#39;s bottom margin, in hundredths of an inch.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.CardWidth">
<summary>
<para>Gets or sets a value specifying the width of a card within the exported document.</para>
</summary>
<value>An integer value which specifies a card width, in pixels.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.ExportSelectedCardsOnly">
<summary>
<para>Specifies if only selected cards should be exported.</para>
</summary>
<value>true, to export selected cards only; false, to export all data cards.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.Landscape">
<summary>
<para>Gets or sets whether data is exported to PDF in Landscape.</para>
</summary>
<value>true to export data in Landscape; false to export data in Portrait.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.LeftMargin">
<summary>
<para>Gets or sets the target document&#39;s left margin.</para>
</summary>
<value>An integer value that specifies the target document&#39;s left margin, in hundredths of an inch.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.MaxColumnWidth">
<summary>
<para>Gets or sets the column&#39;s maximum width.</para>
</summary>
<value>An integer value that specifies the column&#39;s maximum width, in pixels.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.PageFooter">
<summary>
<para>Gets the page footer&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page footer&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.PageHeader">
<summary>
<para>Gets the page header&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page header&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.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.MVCxCardViewExportSettings.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.MVCxCardViewExportSettings.PrintSelectCheckBox">
<summary>
<para>Gets or sets whether check boxes (or radio buttons) used to select/deselect data cards are printed.</para>
</summary>
<value>true, to print check boxes (or radio buttons) used to select/deselect data cards; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.RenderBrick">
<summary>
<para>Enables rendering of different content from the content exported by default.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCardViewExportRenderingEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.ReportFooter">
<summary>
<para>Gets or sets the text displayed within a report&#39;s footer.</para>
</summary>
<value>A string value that specifies the text displayed within the report&#39;s footer.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.ReportHeader">
<summary>
<para>Gets or sets the text displayed within a report&#39;s header.</para>
</summary>
<value>A string value that specifies the text displayed within the report&#39;s header.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.RightMargin">
<summary>
<para>Gets or sets the target document&#39;s right margin.</para>
</summary>
<value>An integer value that specifies the target document&#39;s right margin, in hundredths of an inch.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements for printing purposes.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CardViewExportStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewExportSettings.TopMargin">
<summary>
<para>Gets or sets the target document&#39;s top margin.</para>
</summary>
<value>An integer value that specifies the target document&#39;s top margin, in hundredths of an inch.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection">
<summary>
<para>A collection of format conditions in the <see cref="T:DevExpress.Web.ASPxCardView"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddColorScale">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddColorScale(System.Action{DevExpress.Web.CardViewFormatConditionColorScale})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> 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.CardViewFormatConditionColorScale"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.CardViewFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddColorScale(System.String,DevExpress.Web.GridConditionColorScaleFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionColorScaleFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionColorScale.Format"/> property.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddHighlight">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddHighlight(System.Action{DevExpress.Web.CardViewFormatConditionHighlight})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> 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.CardViewFormatConditionHighlight"/> object as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddHighlight(System.String,System.String,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="expression">A <see cref="T:System.String"/> value specifying the expression used to format grid cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Expression"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionExpressionBase.Format"/> property.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddIconSet">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddIconSet(System.Action{DevExpress.Web.CardViewFormatConditionIconSet})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> 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.CardViewFormatConditionIconSet"/> object as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddIconSet(System.String,DevExpress.Web.GridConditionIconSetFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionIconSetFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionIconSet.Format"/> property.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddTopBottom">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddTopBottom(System.Action{DevExpress.Web.CardViewFormatConditionTopBottom})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> 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.CardViewFormatConditionTopBottom"/> object as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection.AddTopBottom(System.String,DevExpress.Web.GridTopBottomRule,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="rule">One of the <see cref="T:DevExpress.Web.GridTopBottomRule"/> enumeration values specifying the format condition rule. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionTopBottom.Rule"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionExpressionBase.Format"/> property.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1">
<summary>
<para>A collection of format conditions in the CardView extension.</para>
</summary>
<typeparam name="CardType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1.AddColorScale(System.Linq.Expressions.Expression{System.Func{`0,System.ValueType}},DevExpress.Web.GridConditionColorScaleFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">The expression that identifies the data model field.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionColorScaleFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionColorScale.Format"/> property.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1.AddHighlight(System.Linq.Expressions.Expression{System.Func{`0,System.ValueType}},System.String,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="expression">A <see cref="T:System.String"/> value specifying the expression used to format grid cells.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (highlight) applied to cells.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1.AddIconSet(System.Linq.Expressions.Expression{System.Func{`0,System.ValueType}},DevExpress.Web.GridConditionIconSetFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionIconSetFormat"/> enumeration values specifying the format (icon set) applied to cells.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1.AddTopBottom(System.Linq.Expressions.Expression{System.Func{`0,System.ValueType}},DevExpress.Web.GridTopBottomRule,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="rule">One of the <see cref="T:DevExpress.Web.GridTopBottomRule"/> enumeration values specifying the format condition rule.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format applied to cells.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties">
<summary>
<para>Contains settings that relate to the FormLayout used in the CardView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties.Items">
<summary>
<para>Provides access to the collection of items placed in the edit form layout.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> object that is a collection of layout items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewFormLayoutProperties.NestedExtensionWidth">
<summary>
<para>Gets or sets the width of editors contained in the form layout.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup">
<summary>
<para>Represents a layout group (with MVC specificity) within the FormLayout used in the CardView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup"/> class with the specified caption.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value that is a layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup.Items">
<summary>
<para>Provides access to the collection of items placed in the current group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> object that is a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection">
<summary>
<para>Represents a (MVC specific) collection of layout items and groups within the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the DevExpress.Web.Internal.IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.Add">
<summary>
<para>Creates a new layout item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem"/> object that is the newly created layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem})">
<summary>
<para>Adds a new item to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> 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.MVCxCardViewColumnLayoutItem"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.Add(System.String)">
<summary>
<para>Creates a new item assigned to the specified column name and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> collection.</para>
</summary>
<param name="columnName">A <see cref="T:System.String"/> value that identifies a column assigned to the current item. The specified string can be either: a column name, field name, or caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddCommandItem">
<summary>
<para>Creates a new command item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> object that is the newly created command item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddCommandItem(System.Action{DevExpress.Web.CardViewCommandLayoutItem})">
<summary>
<para>Adds a new command item to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> 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.CardViewCommandLayoutItem"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> object that is the newly added command item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddEditModeCommandItem">
<summary>
<para>Creates a new edit mode command item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> object that is the newly created edit mode command item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddEditModeCommandItem(System.Action{DevExpress.Web.EditModeCommandLayoutItem})">
<summary>
<para>Adds a new edit mode command item to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> 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.EditModeCommandLayoutItem"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> object that is the newly added command item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddGroupItem">
<summary>
<para>Creates a new group item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup"/> object that is the newly created group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddGroupItem(System.Action{DevExpress.Web.Mvc.MVCxCardViewLayoutGroup})">
<summary>
<para>Adds a new group item to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> 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.MVCxCardViewLayoutGroup"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup"/> object that is the newly added group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddGroupItem(System.String)">
<summary>
<para>Creates a new group item with the specified caption and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> collection.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value specifying the item caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutGroup"/> object that is the newly added group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddTabbedGroupItem">
<summary>
<para>Creates a new tabbed group item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup"/> object that is the newly created tabbed group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddTabbedGroupItem(System.Action{DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup})">
<summary>
<para>Adds a new tabbed group item to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> 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.MVCxCardViewTabbedLayoutGroup"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup"/> object that is the newly added tabbed group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection.AddTabbedGroupItem(System.String)">
<summary>
<para>Adds a tabbed group item with the specified caption to the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> collection.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value specifying the item caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup"/> object that is the newly added tabbed group item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewPagerSettings">
<summary>
<para>Contains pager settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewPagerSettings.#ctor(DevExpress.Web.ASPxCardView)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewPagerSettings"/> class.</para>
</summary>
<param name="owner">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the created object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewPageSizeItemSettings">
<summary>
<para>Contains pager size item settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewPageSizeItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewPageSizeItemSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewSearchPanelSettings">
<summary>
<para>Contains settings of the CardView&#39;s search panel.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewSearchPanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewSearchPanelSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewSearchPanelSettings.CustomEditorName">
<summary>
<para>Specifies the name of an editor used to specify a search panel filter criterion.</para>
</summary>
<value>A string value that is the editor name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup">
<summary>
<para>Represents a (MVC specific) tabbed layout group within the FormLayout used in the CardView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup"/> class with the specified caption.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value that is a tabbed layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewTabbedLayoutGroup.Items">
<summary>
<para>Provides access to the collection of items placed in the current tabbed group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxCardViewLayoutItemCollection"/> object that is a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewToolbar">
<summary>
<para>A base class for the Card View&#39;s toolbar.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbar"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewToolbar.Items">
<summary>
<para>Gets the collection of items within the toolbar and provides indexed access to them.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection"/> object representing the collection of the toolbar&#39;s items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewToolbarCollection">
<summary>
<para>Represents the CardView&#39;s toolbar collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarCollection.Add">
<summary>
<para>Adds a new toolbar to the end of the collection and returns the newly created object.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbar"/> object that is the newly created toolbar.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxCardViewToolbar})">
<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.MVCxCardViewToolbarCollection"/> as a parameter.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewToolbarCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to the toolbars within the collection.</para>
</summary>
<param name="index">An integer value that identifies a toolbar by its index.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItem"/> object or descendant that represents a toolbar at the specified position. null (Nothing in Visual Basic) if the toolbar was not found.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItem">
<summary>
<para>Implements the Card View&#39;s toolbar item functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.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.MVCxCardViewToolbarItem.Items">
<summary>
<para>Gets a collection that contains the toolbar items of the current toolbar item.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection"/> instance that is the collection of items.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItem.SetSubMenuTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of the current toolbar item&#39;s subitems.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItem.SetSubMenuTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of the current toolbar item&#39;s subitems.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItem.SetTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;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.MVCxCardViewToolbarItem.SetTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItem.SetTextTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s text content.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItem.SetTextTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s text content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection">
<summary>
<para>Represents a collection of a Vertical Grid&#39;s toolbar items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection.#ctor(DevExpress.Web.Mvc.MVCxCardViewToolbarItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection"/> class with specified settings.</para>
</summary>
<param name="menuItem">A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItem"/> object representing the toolbar item.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection.Add">
<summary>
<para>Adds a new toolbar item to the end of the collection and returns the newly created object.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItem"/> object that is the newly created toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection.Add(DevExpress.Web.CardViewToolbarCommand)">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.Web.CardViewToolbarCommand"/> object that is the command that corresponds to this toolbar item.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection.Add(DevExpress.Web.CardViewToolbarCommand,System.Boolean)">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.Web.CardViewToolbarCommand"/> object that is the command that corresponds to this toolbar item.</param>
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxCardViewToolbarItem})">
<summary>
<para>Adds a new toolbar item to the collection and allows you to customize this toolbar item in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection"/> as a parameter.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCardViewToolbarItemCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.</para>
</summary>
<param name="index">A zero-based integer that identifies the item within the collection.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxCardViewToolbarItem"/> object that represents the item at the specified position.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxChartControl">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxChartControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxChartControl"/> class with default settings.</para>
</summary>
</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>true if round trips to the server are performed using callbacks; false if postbacks are used.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxChartControl.FunnelDiagram3D(System.Action{DevExpress.XtraCharts.FunnelDiagram3D})">
<summary>
<para>Configures the chart diagram as a 3D funnel diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the Funnel Diagram 3D object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxChartControl.GanttDiagram(System.Action{DevExpress.XtraCharts.GanttDiagram})">
<summary>
<para>Configures the chart diagram as a gantt diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.GanttDiagram"/> object.</param>
</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="M:DevExpress.Web.Mvc.MVCxChartControl.PolarDiagram(System.Action{DevExpress.XtraCharts.PolarDiagram})">
<summary>
<para>Configures the chart diagram as a polar diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.PolarDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxChartControl.RadarDiagram(System.Action{DevExpress.XtraCharts.RadarDiagram})">
<summary>
<para>Configures the chart diagram as a radar diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.RadarDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxChartControl.SimpleDiagram(System.Action{DevExpress.XtraCharts.SimpleDiagram})">
<summary>
<para>Configures the chart diagram as a simple diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.SimpleDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxChartControl.SimpleDiagram3D(System.Action{DevExpress.XtraCharts.SimpleDiagram3D})">
<summary>
<para>Configures the chart diagram as a 3D simple diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.SimpleDiagram3D"/> object.</param>
</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="M:DevExpress.Web.Mvc.MVCxChartControl.SwiftPlotDiagram(System.Action{DevExpress.XtraCharts.SwiftPlotDiagram})">
<summary>
<para>Configures the chart diagram as a swift plot diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxChartControl.XYDiagram(System.Action{DevExpress.XtraCharts.XYDiagram})">
<summary>
<para>Configures the chart diagram as a XY-diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.XYDiagram"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxChartControl.XYDiagram3D(System.Action{DevExpress.XtraCharts.XYDiagram3D})">
<summary>
<para>Configures the chart diagram as a pseudo 3D XY (Cartesian) diagram.</para>
</summary>
<param name="diagramAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.XYDiagram3D"/> object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCheckBox">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCheckBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBox.ValidationSettings">
<summary>
<para>Gets the check box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCheckBoxList">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxCheckBoxList.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxList.ValidationSettings">
<summary>
<para>Gets the check box list&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCheckBoxListProperties">
<summary>
<para>Contains CheckBoxList specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxListProperties.Caption">
<summary>
<para>Gets or sets the CheckBoxList caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the CheckBoxList caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxListProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxListProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxListProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxListProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxCheckBoxListProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxListProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxListProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxCheckBoxListProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxListProperties.ValidationSettings">
<summary>
<para>Gets the check box list&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxCheckBoxProperties">
<summary>
<para>Contains CheckBox specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxCheckBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxCheckBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxCheckBoxProperties.ValidationSettings">
<summary>
<para>Gets the check box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColorEdit">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColorEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEdit.ValidationSettings">
<summary>
<para>Gets the color edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColorEditProperties">
<summary>
<para>Contains ColorEdit specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxColorEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxColorEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.ValidationSettings">
<summary>
<para>Gets the color edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColorEditProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties">
<summary>
<para>Contains settings specific to a binary image column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties.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.MVCxColumnBinaryImageEditProperties.ValidationSettings">
<summary>
<para>Gets the binary image column&#39;s validation settings.</para>
</summary>
<value>A binary image column&#39;s validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties">
<summary>
<para>Contains settings specific to a button edit column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties.ValidationSettings">
<summary>
<para>Gets the button edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties">
<summary>
<para>Contains settings specific to a check box column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties.ValidationSettings">
<summary>
<para>Gets the check box column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnColorEditProperties">
<summary>
<para>Contains settings specific to a color edit column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnColorEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnColorEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnColorEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnColorEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnColorEditProperties.ValidationSettings">
<summary>
<para>Gets the color edit column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties">
<summary>
<para>Contains settings specific to a combo box column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.BindList(DevExpress.Web.Mvc.ItemsRequestedByFilterConditionMethod,DevExpress.Web.Mvc.ItemRequestedByValueMethod)">
<summary>
<para>Binds an item list to the ComboBox editor used to edit column values.</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>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.BindList(System.Object)">
<summary>
<para>Binds an item list to the ComboBox editor used to edit column values.</para>
</summary>
<param name="dataObject">An object that is the bound data source.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.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.MVCxColumnComboBoxProperties.Columns">
<summary>
<para>Provides access to a collection of columns that the current column combines.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumnCollection"/> object that is a collection of columns grouped by the current column.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.CustomFiltering">
<summary>
<para>Provides the capability to implement custom filtering logic before the server-side filtering is executed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.ListEditCustomFilteringMethod"/> delegate method allowing you to implement custom filtering.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.SetItemTemplateContent(System.Action{DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the content of all ComboBox items.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.SetItemTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of all ComboBox items.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties.ValidationSettings">
<summary>
<para>Gets the combo box column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnDateEditProperties">
<summary>
<para>Contains settings specific to a date edit column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnDateEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnDateEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnDateEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnDateEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnDateEditProperties.ValidationSettings">
<summary>
<para>Gets the date edit column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties">
<summary>
<para>Contains settings specific to a dropdown edit column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties.ValidationSettings">
<summary>
<para>Gets the dropdown edit column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties">
<summary>
<para>Contains settings specific to a hyper link column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnImageEditProperties">
<summary>
<para>Contains settings specific to an image edit column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnImageEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnImageEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnImageEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnImageEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnMemoProperties">
<summary>
<para>Contains settings specific to a memo column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnMemoProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnMemoProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnMemoProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnMemoProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnMemoProperties.ValidationSettings">
<summary>
<para>Gets the memo column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnProgressBarProperties">
<summary>
<para>Contains settings specific to a progress bar column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnProgressBarProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnProgressBarProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnProgressBarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnProgressBarProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties">
<summary>
<para>Contains settings specific to a spin edit column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties.ValidationSettings">
<summary>
<para>Gets the spin edit column&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties">
<summary>
<para>Contains settings specific to a text box column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties.ValidationSettings">
<summary>
<para>Gets the text box column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnTimeEditProperties">
<summary>
<para>Contains settings specific to a time edit column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTimeEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnTimeEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTimeEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnTimeEditProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnTimeEditProperties.ValidationSettings">
<summary>
<para>Gets the time edit column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties">
<summary>
<para>Contains settings specific to a token box column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties.BindList(System.Object)">
<summary>
<para>Binds an item list to the TokenBox editor used to edit column values.</para>
</summary>
<param name="dataObject">An object that is the bound data source.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties.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.MVCxColumnTokenBoxProperties.SetItemTemplateContent(System.Action{DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the content of all TokenBox items.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties.SetItemTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of all TokenBox items.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties.ValidationSettings">
<summary>
<para>Gets the token box column&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxComboBox">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxComboBox.#ctor(System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.Columns">
<summary>
<para>Provides access to a combo box column collection.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumnCollection"/> object that is a collection of columns.</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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBox.ValidationSettings">
<summary>
<para>Gets the combo box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</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 <see cref="T:DevExpress.Web.Mvc.MVCxComboBoxProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxComboBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxComboBoxProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.Columns">
<summary>
<para>Provides access to a combo box column collection.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumnCollection"/> object that is a collection of columns.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.EnableCallbackMode">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxComboBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxComboBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxComboBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.ValidationSettings">
<summary>
<para>Gets the combo box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxComboBoxProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</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.FileManagerSettingsDataSource)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider"/> class with the specified settings.</para>
</summary>
<param name="dataSource">An System.Object object that is the file manager data source.</param>
<param name="settingsDataSource">A <see cref="T:DevExpress.Web.FileManagerSettingsDataSource"/> object that contains a file manager&#39;s fieldname settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider.#ctor(System.String,System.Object,DevExpress.Web.FileManagerSettingsDataSource)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider"/> class with the specified settings.</para>
</summary>
<param name="rootFolder">A string value that specifies the root folder within the custom file system provider.</param>
<param name="dataSource">An object that is the file manager data source.</param>
<param name="settingsDataSource">A <see cref="T:DevExpress.Web.FileManagerSettingsDataSource"/> object that contains a file manager&#39;s fieldname settings.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider.DataSource">
<summary>
<para>Gets or sets the object from which the <see cref="T:DevExpress.Web.Mvc.MVCxDataSourceFileSystemProvider"/> file system provider obtains the file system information.</para>
</summary>
<value>An <see cref="T:System.Object"/> object that is a data source.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDataView">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDataView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDataView"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDataView.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.MVCxDataView.IsCallback">
<summary>
<para>Gets a value indicating whether the request is the result of a callback sent by the DataView.</para>
</summary>
<value>true, if the request is the result of a callback sent by the DataView; otherwise, false.</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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DataViewStyles"/> object that provides style settings for view elements.</value>
</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.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDataViewPagerPageSizeItemSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</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.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDataViewPagerSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDateEdit">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDateEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDateEdit"/> class with default settings.</para>
</summary>
</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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEdit.ValidationSettings">
<summary>
<para>Gets the date edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</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 <see cref="T:DevExpress.Web.Mvc.MVCxDateEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.DateRangeSettings">
<summary>
<para>Gets settings related to the date range functionality.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxDateEditRangeSettings"/> object that contains date range settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxDateEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxDateEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.ValidationSettings">
<summary>
<para>Gets the date edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDateEditProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDateEditRangeSettings">
<summary>
<para>The date range settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDateEditRangeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDateEditRangeSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDateNavigator">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagram">
<summary>
<para>A configured instance of the Diagram extension that the sender parameter returns in server-side events.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagram.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagram"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDiagram.IsCallback">
<summary>
<para>Indicates whether a callback sent by the Diagram extension is currently being processed.</para>
</summary>
<value>true, if a Diagram callback is being processed; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagramContextToolboxSettings">
<summary>
<para>Contains settings that affect the context toolbox&#39;s functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramContextToolboxSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagramContextToolboxSettings"/> class with specified settings.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDiagramContextToolboxSettings.Shapes">
<summary>
<para>Lists the shapes that are displayed in the context toolbox.</para>
</summary>
<value>An object that contains the shape collection.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagramCustomShapeCollection">
<summary>
<para>A collection of custom shapes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramCustomShapeCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagramCustomShapeCollection"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramCustomShapeCollection.Add">
<summary>
<para>Creates a new custom shape and adds it to the collection.</para>
</summary>
<returns>The newly created custom shape.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramCustomShapeCollection.Add(System.Action{DevExpress.Web.ASPxDiagram.DiagramCustomShape})">
<summary>
<para>Adds a new custom shape to the collection and allows you to customize the shape in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxDiagram.DiagramCustomShape"/> as a parameter.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagramEdgeUpdateValues`2">
<summary>
<para>Contains information about updated diagram edges.</para>
</summary>
<typeparam name="TEdge">The type of edge.</typeparam>
<typeparam name="TKey">The type of edge key.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramEdgeUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagramEdgeUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagramItemUpdateValues`2">
<summary>
<para>The base for classes that contain information about updated diagram items.</para>
</summary>
<typeparam name="TItem">The type of item.</typeparam>
<typeparam name="TKey">The type of item key.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramItemUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagramItemUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramItemUpdateValues`2.MapInsertedItemKey(`0,`1)">
<summary>
<para>Specifies the key value of the inserted item.</para>
</summary>
<param name="item">The inserted item.</param>
<param name="itemKey">The inserted item&#39;s key.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagramNodeUpdateValues`2">
<summary>
<para>Contains information about updated diagram nodes.</para>
</summary>
<typeparam name="TNode">The type of node.</typeparam>
<typeparam name="TKey">The type of node key.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramNodeUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagramNodeUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagramToolboxGroupCollection">
<summary>
<para>A collection of toolbox groups.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramToolboxGroupCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagramToolboxGroupCollection"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramToolboxGroupCollection.Add">
<summary>
<para>Creates a new toolbox group and adds it to the collection.</para>
</summary>
<returns>The newly created group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramToolboxGroupCollection.Add(System.Action{DevExpress.Web.ASPxDiagram.DiagramToolboxGroup})">
<summary>
<para>Adds a new toolbox group to the collection and allows you to customize the group in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxDiagram.DiagramToolboxGroup"/> as a parameter.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagramToolboxSettings">
<summary>
<para>Contains settings that affect the toolbox&#39;s functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramToolboxSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagramToolboxSettings"/> class with specified settings.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDiagramToolboxSettings.Groups">
<summary>
<para>Lists toolbox groups.</para>
</summary>
<value>A collection of toolbox groups.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDiagramToolboxShapeCollection">
<summary>
<para>A collection of shapes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramToolboxShapeCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDiagramToolboxShapeCollection"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramToolboxShapeCollection.Add">
<summary>
<para>Creates a new shape and adds it to the collection.</para>
</summary>
<returns>The newly created shape.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDiagramToolboxShapeCollection.Add(System.Action{DevExpress.Web.ASPxDiagram.DiagramToolboxShape})">
<summary>
<para>Adds a new shape to the collection and allows you to customize the shape in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxDiagram.DiagramToolboxShape"/> as a parameter.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDockManager">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDockManager.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDockManager"/> class with default settings.</para>
</summary>
</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 PanelUID property value of the required panel.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxDockPanel"/> object with a specific value of the PanelUID 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 ZoneUID property value of the required zone.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxDockZone"/> object with a specific value of the ZoneUID 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 <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Web.Mvc.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.StylesBase"/> object that provides style settings for view elements.</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 <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Web.Mvc.MVCxDockZone"/>,&gt; collection containing zones.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDockPanel">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDockPanel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDockPanel"/> class with default settings.</para>
</summary>
</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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDockZone">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDockZone.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DockZoneStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDocumentViewer">
<summary>
<para>An ASP.NET MVC equivalent of the <see cref="T:DevExpress.XtraReports.Web.ASPxDocumentViewer"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDocumentViewer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewer"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDocumentViewer.ClientSideEvents">
<summary>
<para>Provides access to the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewer"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerClientSideEvents"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDocumentViewer.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="T:DevExpress.Web.Mvc.MVCxDocumentViewerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:js-MVCxClientDocumentViewer"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDocumentViewerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerClientSideEvents"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDocumentViewerClientSideEvents.BeforeExportRequest">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-MVCxClientDocumentViewer.BeforeExportRequest"/> event.</para>
</summary>
<value>A string, specifying 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.MVCxDocumentViewerParameter">
<summary>
<para>A parameter of the report displayed in an <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewer"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDocumentViewerParameter.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerParameter"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDocumentViewerParameter.EditorID">
<summary>
<para>Specifies the ID of a parameter value editor.</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the value editor ID.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDocumentViewerParameter.ParameterName">
<summary>
<para>Specifies the parameter name.</para>
</summary>
<value>A System.String value specifying the parameter name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDocumentViewerParameter.ParameterType">
<summary>
<para>Specifies the type of the editor for a parameter displayed in the Document Viewers Parameters panel.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType"/> value specifying an editor type for a parameter.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDocumentViewerParameter.PropertiesEdit">
<summary>
<para>Specifies the parameter value editor settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDocumentViewerParameter.SetConvertBack(System.Func{System.Object,System.Object})">
<summary>
<para>Restores the value of a report parameter from the client-side.</para>
</summary>
<param name="jsObjectToPoco">A function that transforms the client-side dynamic object to an object of the custom type.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType">
<summary>
<para>Lists the values used to specify the type of a parameter editor in the Document Viewer&#39;s Parameters panel.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.CheckBox">
<summary>
<para>A check box is used to edit the parameter value.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.ComboBox">
<summary>
<para>A combo box is used to edit the parameter value.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.DateEdit">
<summary>
<para>A data edit is used to edit the parameter value.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.Default">
<summary>
<para>The type of the editor used to edit the parameter value is determined by the type of the parameter.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.DropDownEdit">
<summary>
<para>A drop-down edit is used to edit the parameter value.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.SpinEdit">
<summary>
<para>A spin edit is used to edit the parameter value.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.TextBox">
<summary>
<para>A text box is used to edit the parameter value.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.TimeEdit">
<summary>
<para>A time edit is used to edit the parameter value.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxDocumentViewerParameterEditorType.TokenBox">
<summary>
<para>A token box editor is used to edit the parameter value.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings">
<summary>
<para>Provides settings to a remote document source of a ASP.NET Document Viewer.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerRemoteSourceSettings"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDropDownEdit">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxDropDownEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEdit.ValidationSettings">
<summary>
<para>Gets the dropdown edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxDropDownEditProperties">
<summary>
<para>Contains DropDownEdit specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxDropDownEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxDropDownEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.ValidationSettings">
<summary>
<para>Gets the dropdown edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxDropDownEditProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFileManager">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManager.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManager"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFileManager.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.MVCxFileManager.SettingsUpload">
<summary>
<para>Provides access to the upload panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload"/> object that contains settings for an upload panel.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn">
<summary>
<para>A column used to display file information in the file list details view.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn.#ctor(DevExpress.Web.FileInfoType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn"/> class with the specified setting.</para>
</summary>
<param name="fileInfoType">One of the enumeration values specifying the type of information displayed in the column.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn.#ctor(DevExpress.Web.FileInfoType,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn"/> class with the specified settings.</para>
</summary>
<param name="fileInfoType">One of the enumeration values specifying the type of information displayed in the column.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the column caption.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn.SetItemTemplateContent(System.Action{DevExpress.Web.FileManagerDetailsViewItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the content of all items within the current details view column.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn.SetItemTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of all items within the current details view column.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection">
<summary>
<para>The FileManager&#39;s column collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection.Add">
<summary>
<para>Adds a new details column to the collection and returns the newly created object.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn"/> object that is the newly created column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection.Add(DevExpress.Web.FileInfoType,System.String)">
<summary>
<para>Adds a new column with the specified settings to the end of the column collection.</para>
</summary>
<param name="fileInfoType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn"/> enumeration values specifying the type of information displayed in the column.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the column caption.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn"/> object that is the newly created column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxFileManagerDetailsColumn})">
<summary>
<para>Adds a new details 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.MVCxFileManagerDetailsColumn"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection.AddCustomColumn">
<summary>
<para>Adds a new details custom column to the collection and returns the newly created object.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsCustomColumn"/> object that is the newly created column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection.AddCustomColumn(System.Action{DevExpress.Web.Mvc.MVCxFileManagerDetailsCustomColumn})">
<summary>
<para>Adds a new details custom 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.MVCxFileManagerDetailsCustomColumn"/> as a parameter.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsCustomColumn">
<summary>
<para>A column used to display custom information in the file list details view.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsCustomColumn.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsCustomColumn"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsCustomColumn.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsCustomColumn.SetItemTemplateContent(System.Action{DevExpress.Web.FileManagerDetailsViewItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the content of all items within the current details view custom column.</para>
</summary>
<param name="contentMethod">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerDetailsCustomColumn.SetItemTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of all items within the current details view custom column.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFileManagerFileListDetailsViewSettings">
<summary>
<para>Contains settings that relate to the file list&#39;s details view functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerFileListDetailsViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerFileListDetailsViewSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFileManagerFileListDetailsViewSettings.Columns">
<summary>
<para>Gets a collection of columns displayed in the FileManager file list details view.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerDetailsColumnCollection"/> object that is a collection of columns.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFileManagerFileListThumbnailsViewSettings">
<summary>
<para>Contains settings that relate to the file list&#39;s thumbnails view functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerFileListThumbnailsViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerFileListThumbnailsViewSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerFileListThumbnailsViewSettings.SetThumbnailViewItemTemplateContent(System.Action{DevExpress.Web.FileManagerThumbnailsViewItemTemplateContainer})">
<summary>
<para>Allows setting a template for displaying items in the file list.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerFileListThumbnailsViewSettings.SetThumbnailViewItemTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying items in the file list.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFileManagerSettingsFileList">
<summary>
<para>Contains file list settings of the FileManager.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerSettingsFileList.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettingsFileList"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFileManagerSettingsFileList.DetailsViewSettings">
<summary>
<para>Gets the settings of the file list details view.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerFileListDetailsViewSettings"/> object that contains settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFileManagerSettingsFileList.ThumbnailsViewSettings">
<summary>
<para>Gets the settings of the file list when it is in the thumbnails view mode.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerFileListThumbnailsViewSettings"/> object that contains settings.</value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFileManagerSettingsUpload.ValidationSettings">
<summary>
<para>Gets the upload validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerValidationSettings"/> object that contains validation settings.</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.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFileManagerValidationSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFilterControl">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControl"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFilterControlColumn">
<summary>
<para>Represents a column within the Filter Control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumn.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumn.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> class.</para>
</summary>
<param name="propertyName">A string value specifying the data source&#39;s field name.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumn.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> class.</para>
</summary>
<param name="propertyName">A string value specifying the data source&#39;s field name.</param>
<param name="displayName">A string value that specifies the display name.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumn.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the public properties from the specified object to the current one.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose properties are copied to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumn.EditorProperties">
<summary>
<para>Allows you to configure Filter Control columns of different types.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.FilterControlColumnEditorPropertiesFactory"/> object that provides methods allowing you to configure different column types.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlColumn.PropertiesEdit">
<summary>
<para>Gets the column editor&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the column editor&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlColumn.PropertyName">
<summary>
<para>Gets or sets a filter property&#39;s name.</para>
</summary>
<value>A string value that specifies the filter property&#39;s name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection">
<summary>
<para>Represents a collection of columns within the Filter Control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection"/> class.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection.Add">
<summary>
<para>Creates a new column and adds it to the collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> object representing the newly created column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxFilterControlColumn})">
<summary>
<para>Adds a column to the collection.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection.Add(System.String)">
<summary>
<para>Creates a column and adds it to the collection.</para>
</summary>
<param name="propertyName">A string value specifying the data source&#39;s field name.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> object representing the newly created column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection.Add(System.String,System.String)">
<summary>
<para>Creates and adds a column to the collection.</para>
</summary>
<param name="propertyName">A string value specifying the data source&#39;s field name.</param>
<param name="displayName">A string value specifying the column&#39;s caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> object representing the newly created column.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection`1">
<summary>
<para>A collection of strongly-typed columns within the Filter Control.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection`1"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection`1.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection`1"/> class.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds the column to the collection.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the column is bound.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxFilterControlColumn})">
<summary>
<para>Adds the column to the collection.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the column is bound.</param>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumn"/> object that is the newly added column.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo">
<summary>
<para>Provides filter criteria information in the controller.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo.Criteria">
<summary>
<para>Gets or sets the filter criteria.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the filter criteria.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo.FilterExpressionForAccess">
<summary>
<para>Returns the filter expression for an Access database.</para>
</summary>
<value>A string value that is the filter expression.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo.FilterExpressionForDataSet">
<summary>
<para>Returns the filter expression for a DataSet database.</para>
</summary>
<value>A string value that is the filter expression.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo.FilterExpressionForMsSql">
<summary>
<para>Returns the filter expression for a MS SQL Server database.</para>
</summary>
<value>A string value that is the filter expression.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo.FilterExpressionForOracle">
<summary>
<para>Returns the filter expression for an Oracle database.</para>
</summary>
<value>A string value that is the filter expression.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlExpressionInfo.IsValid">
<summary>
<para>Specifies whether the filter criteria is valid.</para>
</summary>
<value>true, if the filter criteria is valid; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFilterControlSettings">
<summary>
<para>Contains specific settings of the Filter Control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlSettings"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.AllowHierarchicalColumns">
<summary>
<para>Specifies if the filter builder can display hierarchical columns.</para>
</summary>
<value>true, to display hierarchical columns; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.AllowNonVisualFilterExpression">
<summary>
<para>Specifies whether the filter control enables filtering using complex valid expressions that cannot be visualized in the Visual tab.</para>
</summary>
<value>true, if the expressions that cannot be visualized can be used; otherwise, false. The default is false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.BeforeGetCallbackResult">
<summary>
<para>Enables you to perform custom processing after a callback sent by the filter control has been processed on the server, but prior to the time the respective callback result render is formed.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.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.MVCxFilterControlSettings.ClearOperandValueOnColumnChange">
<summary>
<para>Gets or sets a value that specifies whether the criteria value in the Filter Control should be cleared when the specified field name is changed.</para>
</summary>
<value>true, if the criteria value should be cleared; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the Filter Control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the filter control.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.ClientVisible">
<summary>
<para>Gets or sets a value that specifies the initial visibility state of a filter control on the client.</para>
</summary>
<value>true to initially display a filter control; false to render it into the web page, but make it initially hidden on the client.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.Columns">
<summary>
<para>Provides access to the filter control column collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection"/> object which is the collection of columns.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.CriteriaValueEditorCreate">
<summary>
<para>Enables you to replace the default criteria value editor with custom one.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.CriteriaValueEditorInitialize">
<summary>
<para>Enables the editors displayed within the criteria value to be initialized.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.CustomValueDisplayText">
<summary>
<para>Enables you to specify the entered value&#39;s custom display text to be displayed when a value editor is inactive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.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>true, if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.EnablePopupMenuScrolling">
<summary>
<para>Gets or sets a value indicating whether popup menu scrolling is enabled in the filter control.</para>
</summary>
<value>true if scrolling is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.FilterExpression">
<summary>
<para>Gets or sets the current filter expression.</para>
</summary>
<value>A string value that specifies the current filter expression.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.GroupOperationsVisibility">
<summary>
<para>Gets the visibility settings of combining operator dropdown menu items.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlGroupOperationsVisibility"/> object that contains the visibility settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.HierarchicalColumnPopupHeight">
<summary>
<para>Gets or sets the height of the popup window in which the columns list is displayed when the hierarchical columns view is enabled.</para>
</summary>
<value>Height of the popup window (in pixels).</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.Images">
<summary>
<para>Provides access to the settings that define images displayed within the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.ImagesEditors">
<summary>
<para>Gets settings that allow images to be defined for specific elements of editors.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.MaxHierarchyDepth">
<summary>
<para>Specifies a column&#39;s max hierarchy depth level that can be displayed by the filter builder.</para>
</summary>
<value>An <see cref="T:System.Int32"/> value specifying the depth level.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.OperationVisibility">
<summary>
<para>Enables you to hide/show the operations for filterable properties within the control.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FilterControlOperationVisibilityEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.ParseValue">
<summary>
<para>Enables you to process and modify an entered value before it is actually accepted by the extension.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FilterControlParseValueEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.RightToLeft">
<summary>
<para>Gets or sets a value specifying whether or not the current control supports right-to-left representation.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the Overview - LoadingPanel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.ShowOperandTypeButton">
<summary>
<para>Specifies whether an operand type button is displayed.</para>
</summary>
<value>true, to display an operand type button; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlSettings"/> elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlStyles"/> object that provides style settings used to paint the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlSettings"/>.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.StylesEditors">
<summary>
<para>Provides access to style settings used to paint the FilterControl&#39;s editors.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorStyles"/> object that contains style settings used to paint the FilterControl&#39;s editors.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.TextTabText">
<summary>
<para>Gets or sets the text displayed in the Filter Control&#39;s Text tab.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the tab text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.ViewMode">
<summary>
<para>Specifies if the text filter expression editor is displayed in the filter control.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.FilterControlViewMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings.VisualTabText">
<summary>
<para>Gets or sets the text displayed in the Filter Control&#39;s Visual tab.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the tab text.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFilterControlSettings`1">
<summary>
<para>Contains the Filter Control extension settings.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFilterControlSettings`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlSettings`1"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFilterControlSettings`1.Columns">
<summary>
<para>Provides access to the filter control column collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlColumnCollection`1"/> object which is the collection of columns.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFloatingActionButton">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFloatingActionButton.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFloatingActionButton"/> class.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.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 zoneUID 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 zoneUID 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>true if the specified zone belongs to the collection; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxForbiddenZoneCollection.Remove(System.String)">
<summary>
<para>Removes a zone with the specified zoneUID 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>true if the specified item has been successfully removed from the collection; false if the specified item has not been found within the collection.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFormLayout">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayout.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayout"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayout.IsClientSideAPIEnabled">
<summary>
<para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the extension on the client side.</para>
</summary>
<returns>true, if the client-side API is enabled; otherwise, false.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup">
<summary>
<para>Represents an individual layout group within the FormLayout extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup"/> class with the specified caption.</para>
</summary>
<param name="caption">A layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFormLayoutGroup.Items">
<summary>
<para>Provides access to the collection of items placed in the current layout group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> object that represents a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1">
<summary>
<para>Represents an individual layout group within the FormLayout.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> class with the specified settings.</para>
</summary>
<param name="caption">A layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1.Items">
<summary>
<para>Provides access to the collection of items placed into the group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> object that represents a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFormLayoutItem">
<summary>
<para>Represents an individual layout item within the FormLayout.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> class with the specified settings.</para>
</summary>
<param name="caption">A layout item caption.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.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.MVCxFormLayoutItem.CaptionSettings">
<summary>
<para>Provides access to the layout item caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxLayoutItemCaptionSettings"/> object containing the layout item caption properties.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItem.NestedExtension">
<summary>
<para>Provides access to helper methods allowing you to render individual DevExpress ASP.NET MVC editors as nested extensions within edit form layout items of grid-like controls.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.FormLayoutNestedExtensionFactory"/> object containing helper methods to render DevExpress MVC editors.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFormLayoutItem.NestedExtensionSettings">
<summary>
<para>Gets the nested extension settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.SettingsBase"/> object that is the nested extension settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxFormLayoutItem.NestedExtensionType">
<summary>
<para>Gets or sets the type of extension nested in a layout item.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Mvc.FormLayoutNestedExtensionItemType"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItem.SetNestedContent(System.Action)">
<summary>
<para>Allows you to define the FormLayout item&#39;s nested content.</para>
</summary>
<param name="method">A method to which content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItem.SetNestedContent(System.String)">
<summary>
<para>Allows you to define the FormLayout item&#39;s nested content.</para>
</summary>
<param name="content">A string value specifying the nested content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection">
<summary>
<para>Represents a collection of layout items and groups within the FormLayout.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.Add">
<summary>
<para>Adds a new layout item to the end of the collection and returns the newly created object.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxFormLayoutItem})">
<summary>
<para>Adds a new layout item to the collection and allows you to customize this layout item in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.AddEmptyItem">
<summary>
<para>Adds a new empty layout item to the end of the collection and returns the newly created object.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.EmptyLayoutItem"/> object that is the newly added empty layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.AddGroupItem">
<summary>
<para>Adds a layout group with default settings to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup"/> object that is the newly added layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.AddGroupItem(System.Action{DevExpress.Web.Mvc.MVCxFormLayoutGroup})">
<summary>
<para>Adds a layout group with the specified settings to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> collection.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup"/> object that is the newly added layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.AddGroupItem(System.String)">
<summary>
<para>Adds a layout group with the specified caption to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> collection.</para>
</summary>
<param name="caption">A layout group caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup"/> object that is the newly added layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.AddTabbedGroupItem">
<summary>
<para>Adds a tabbed layout group with default settings to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.AddTabbedGroupItem(System.Action{DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup})">
<summary>
<para>Adds a tabbed layout group with the specified settings to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> collection.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection.AddTabbedGroupItem``1(System.String)">
<summary>
<para>Adds a tabbed layout group with the specified caption to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> collection.</para>
</summary>
<param name="caption">A layout group caption.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1">
<summary>
<para>Represents a collection of layout items and groups within the FormLayout.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a layout item to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection and binds this item to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxFormLayoutItem})">
<summary>
<para>Adds a layout item to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection and specifies the item&#39;s settings and a Model field to which the item is bound.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddGroupItem">
<summary>
<para>Adds a layout group with default settings to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> object that is the newly added layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddGroupItem(System.Action{DevExpress.Web.Mvc.MVCxFormLayoutGroup{`0}})">
<summary>
<para>Adds a layout group with the specified settings to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> object that is the newly added layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddGroupItem(System.String)">
<summary>
<para>Adds a layout group with the specified caption to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection.</para>
</summary>
<param name="caption">A layout group caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> object that is the newly added layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddGroupItem``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a layout group to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection and binds this group to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> object that is the newly added layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddGroupItem``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxFormLayoutGroup{`0}})">
<summary>
<para>Adds a layout group to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection and binds this group to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutGroup`1"/> object that is the newly added layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddTabbedGroupItem">
<summary>
<para>Adds a tabbed layout group with default settings to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddTabbedGroupItem(System.Action{DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup{`0}})">
<summary>
<para>Adds a tabbed layout group with the specified settings to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddTabbedGroupItem``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a tabbed layout group to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection and binds this group to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddTabbedGroupItem``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup{`0}})">
<summary>
<para>Adds a tabbed layout group to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection and binds this tabbed group to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1.AddTabbedGroupItem``1(System.String)">
<summary>
<para>Adds a tabbed layout group with the specified caption to the <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> collection.</para>
</summary>
<param name="caption">A layout group caption.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGantt">
<summary>
<para>Represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGantt.#ctor">
<summary>
<para>Initializes a new instance of the object.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGantt.IsCallback">
<summary>
<para>Gets a value indicating whether the request is the result of a callback sent by the Gantt.</para>
</summary>
<value>true, if the request is the result of a callback sent by the Gantt; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGantt.Styles">
<summary>
<para>Provides access to style settings that allow you to define the extension&#39;s (and its visual elements) appearance.</para>
</summary>
<value>An object containing the extension-related style settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGanttDependencyUpdateValues`2">
<summary>
<para>Contains information about updated dependencies.</para>
</summary>
<typeparam name="TDependency">A type of a dependency.</typeparam>
<typeparam name="TKey">A type of a dependency key.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGanttDependencyUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGanttDependencyUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGanttItemUpdateValues`2">
<summary>
<para>Serves as a base class for classes that contain information about updated objects.</para>
</summary>
<typeparam name="TItem">A type of an object.</typeparam>
<typeparam name="TKey">A type of an object key.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGanttItemUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGanttItemUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGanttItemUpdateValues`2.MapInsertedItemKey(`0,`1)">
<summary>
<para>Specifies the key value of the inserted item.</para>
</summary>
<param name="item">The inserted item.</param>
<param name="itemKey">The inserted item&#39;s key.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGanttResourceAssignmentUpdateValues`2">
<summary>
<para>Contains information about updated resource assignments.</para>
</summary>
<typeparam name="TAssignment">A type of a resource assignment.</typeparam>
<typeparam name="TKey">A type of a resource assignment key.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGanttResourceAssignmentUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGanttResourceAssignmentUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGanttResourceUpdateValues`2">
<summary>
<para>Contains information about updated resources.</para>
</summary>
<typeparam name="TResource">A type of a resource.</typeparam>
<typeparam name="TKey">A type of a resource key.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGanttResourceUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGanttResourceUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGanttTaskUpdateValues`2">
<summary>
<para>Contains information about updated tasks.</para>
</summary>
<typeparam name="TTask">A type of a task.</typeparam>
<typeparam name="TKey">A type of a task key.</typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGanttTaskUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGanttTaskUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridBatchUpdateValues`1">
<summary>
<para>Contains all the changes that are synchronized between the client and the server side when the GridView functions in batch edit mode.</para>
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridBatchUpdateValues`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridBatchUpdateValues`1"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridBatchUpdateValues`2">
<summary>
<para>Contains all the changes that are synchronized between the client and the server side when the GridView functions in batch edit mode.</para>
</summary>
<typeparam name="T"></typeparam>
<typeparam name="S"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridBatchUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridBatchUpdateValues`2"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridExportSettings">
<summary>
<para>Serves as a base class for the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewExportSettings"/>, <see cref="T:DevExpress.Web.Mvc.MVCxCardViewExportSettings"/>, and <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings"/> classes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridExportSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridExportSettings"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridExportSettings.BeforeExport">
<summary>
<para>Enables you to perform custom actions before the grid content is exported.</para>
</summary>
<value>An <see cref="T:System.EventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridExportSettings.EnableClientSideExportAPI">
<summary>
<para>Gets or sets a value specifying whether the client exporting API is enabled.</para>
</summary>
<value>true, to enable client exporting API; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridExportSettings.ExcelExportMode">
<summary>
<para>Gets or sets a value specifying the export mode when saving grid data to XLS, XLSX and CSV formats.</para>
</summary>
<value>A <see cref="T:DevExpress.Export.ExportType"/> enumeration value that specifies the export mode.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridExportSettings.FileName">
<summary>
<para>Gets or sets the file name to which the grid 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.MVCxGridExportSettings.RightToLeft">
<summary>
<para>Gets or sets a value specifying whether the grid data should be exported to a document with 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.MVCxGridLookup">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridLookup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridLookup"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookup.GridView">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxGridLookup"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookup.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.MVCxGridLookup.RegisterEditorIncludeScripts">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookup.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridLookupProperties">
<summary>
<para>Contains GridLookup specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridLookupProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridLookupProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridLookupProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridLookupProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookupProperties.AnimationType">
<summary>
<para>Gets or sets a value specifying the animation type used when the editor&#39;s drop down window is invoked.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookupProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookupProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookupProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookupProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookupProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxGridLookupProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridLookupProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridSelectedKeys`1">
<summary>
<para>For internal use.</para>
</summary>
<typeparam name="Key"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridSelectedKeys`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridSelectedKeys`1"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridView">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridView"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridView.GetChildDataRow(System.Int32,System.Int32)">
<summary>
<para>Returns a <see cref="T:System.Data.DataRow"/> object that represents the specified row contained in the specified group.</para>
</summary>
<param name="groupRowVisibleIndex">An integer value that identifies a group row by its visible index.</param>
<param name="childIndex">An integer value that identifies a data row in the group by its index.</param>
<returns>A <see cref="T:System.Data.DataRow"/> object that represents the specified row contained in the specified group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridView.GetChildRow(System.Int32,System.Int32)">
<summary>
<para>Returns a data row contained in the specified group.</para>
</summary>
<param name="groupRowVisibleIndex">An integer value that identifies a group row by its visible index.</param>
<param name="childIndex">An integer value that identifies a data row in the group by its index.</param>
<returns>An object that represents the specified row contained in the specified group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridView.GetChildRowCount(System.Int32)">
<summary>
<para>Returns the number of data rows contained in the specified group.</para>
</summary>
<param name="groupRowVisibleIndex">An integer value that identifies a group row by its visible index.</param>
<returns>An integer value that specifies the number of data rows contained within the specified group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridView.GetChildRowValues(System.Int32,System.Int32,System.String[])">
<summary>
<para>Returns the values of the specified data source fields in the specified data row, contained in the specified group.</para>
</summary>
<param name="groupRowVisibleIndex">An integer value that identifies the group row by its visible index.</param>
<param name="childIndex">An integer value that identifies the data row within the group.</param>
<param name="fieldNames">The names of data source fields whose values within the specified row are returned.</param>
<returns>An array of field values.</returns>
</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&#39;s behavior settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBehaviorSettings"/> object that contains the extension&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridView.SettingsDetail">
<summary>
<para>Provides access to the GridView&#39;s master-detail options.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewDetailSettings"/> object that contains the GridView&#39;s master-detail options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridView.SettingsEditing">
<summary>
<para>Provides access to the GridView&#39;s edit settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewEditingSettings"/> object that contains the GridView&#39;s edit settings.</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn"/> class with the specified caption.</para>
</summary>
<param name="caption">A string value that is a column 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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection"/> object that is a collection of columns grouped by the current band.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<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.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.SetHeaderTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<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>
<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="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1">
<summary>
<para>A band column used to combine other grid columns within its <see cref="P:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1.Columns"/> collection.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1"/> class with the specified caption.</para>
</summary>
<param name="caption">A string value that is a column caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1.Columns">
<summary>
<para>Provides access to a collection of columns that the current band column combines.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1"/> object that is a collection of columns grouped by the current band.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewBatchUpdateValues`1">
<summary>
<para>Contains all the changes that are synchronized between the client and the server side when the GridView functions in batch edit mode.</para>
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewBatchUpdateValues`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBatchUpdateValues`1"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewBatchUpdateValues`2">
<summary>
<para>Contains all the changes that are synchronized between the client and the server side when the GridView functions in batch edit mode.</para>
</summary>
<typeparam name="T"></typeparam>
<typeparam name="S"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewBatchUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBatchUpdateValues`2"/> class with default settings.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBehaviorSettings"/> class with default settings.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> class with the specified setting.</para>
</summary>
<param name="fieldName">A field name to which the column is bound.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.#ctor(System.String,DevExpress.Web.Mvc.MVCxGridViewColumnType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">A field name to which the column is bound.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnType"/> enumeration values that is a column type.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">A field name to which the column is bound.</param>
<param name="caption">A string value that is a column 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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">A field name to which the column is bound.</param>
<param name="caption">A string value that is a column caption.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnType"/> enumeration values that is a column type.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewColumn.Columns">
<summary>
<para>Provides access to a collection of columns that the current column combines.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection"/> object that is a collection of columns grouped by the current column.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewColumn.ColumnType">
<summary>
<para>Gets or sets the column data editor type.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnType"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.EditorProperties">
<summary>
<para>Allows you to configure GridView columns of different types.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory"/> object that provides methods allowing you to configure different column types.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetDataItemTemplateContent(System.Action{DevExpress.Web.GridViewDataItemTemplateContainer})">
<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.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.SetEditItemTemplateContent(System.Action{DevExpress.Web.GridViewEditItemTemplateContainer})">
<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.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.SetFilterTemplateContent(System.Action{DevExpress.Web.GridViewFilterCellTemplateContainer})">
<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.Action{DevExpress.Web.GridViewFooterCellTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the column&#39;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.SetFooterTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the column&#39;s footer cell.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetGroupRowTemplateContent(System.Action{DevExpress.Web.GridViewGroupRowTemplateContainer})">
<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.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the column header&#39;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.SetHeaderCaptionTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the column header&#39;s caption.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn.SetHeaderTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the content of the column&#39;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.MVCxGridViewColumn.SetHeaderTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the content of the column&#39;s header.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewColumn`1">
<summary>
<para>Represents a strongly-typed column in the GridView extension.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn`1.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn`1"/> class with the specified field name.</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.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn`1.#ctor(System.String,DevExpress.Web.Mvc.MVCxGridViewColumnType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn`1"/> 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.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnType"/> enumeration values specifying the type of the column.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn`1.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn`1"/> 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.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the column&#39;s caption.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumn`1.#ctor(System.String,System.String,DevExpress.Web.Mvc.MVCxGridViewColumnType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn`1"/> 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.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the column&#39;s caption.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnType"/> enumeration values specifying the type of the column.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewColumn`1.Columns">
<summary>
<para>Provides access to a collection of columns that the current column combines.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1"/> object that is a collection of columns grouped by the current column.</value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</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>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxGridViewColumn})">
<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.Add(System.String)">
<summary>
<para>Adds a new column to the collection and specifies the column&#39;s bound field name.</para>
</summary>
<param name="fieldName">A field name to which the column is bound.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> object that is the newly added column.</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&#39;s type and bound field name.</para>
</summary>
<param name="fieldName">A field name to which the column is bound.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnType"/> enumeration values that is a column type.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> object that is the newly added column.</returns>
</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&#39;s caption and bound field name.</para>
</summary>
<param name="fieldName">A field name to which the column is bound.</param>
<param name="caption">A string value that is a column caption.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> object that is the newly added column.</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&#39;s caption, type and bound field name.</para>
</summary>
<param name="fieldName">A field name to which the column is bound.</param>
<param name="caption">A string value that is a column caption.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnType"/> enumeration value that is a column type.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn"/> object that is the newly added 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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn"/> object that is the newly created band column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection.AddBand(System.Action{DevExpress.Web.Mvc.MVCxGridViewBandColumn})">
<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="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&#39;s caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn"/> object that is the newly created band column.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1">
<summary>
<para>Represents a collection of strongly-typed columns within the GridView.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the column is bound.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn`1"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxGridViewColumn{`0}})">
<summary>
<para>Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression.</para>
</summary>
<param name="expression">Identifies the data model field to which the column is bound.</param>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumn`1"/> as a parameter.</param>
<typeparam name="ValueType">The value type.</typeparam>
<returns>The grid view column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1.AddBand">
<summary>
<para>Creates a new band column and adds it to the collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1"/> object that is the newly created band column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1.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&#39;s caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1"/> object that is the newly created band column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1.AddBand``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<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="expression">The expression that identifies the data model field to which the band column is bound.</param>
<typeparam name="ValueType">The value type.</typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1"/> object that is the newly added band column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnCollection`1.AddBand``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxGridViewBandColumn{`0}})">
<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="expression">The expression that identifies the data model field to which the band column is bound.</param>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1"/> as a parameter.</param>
<typeparam name="ValueType">The value type.</typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBandColumn`1"/> object that is the newly added band column.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem">
<summary>
<para>Represents a layout item (with MVC specificity) within the GridView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified object to the current one.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem.SetTemplateContent(System.Action{DevExpress.Web.GridViewEditFormLayoutItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the column layout item content.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem.SetTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the column layout item content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</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 display 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 and display 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>Indicates that a default editor (TextBox) is used to edit column values.</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 display column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.Image">
<summary>
<para>Indicates that an image editor is used to display 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 visualize 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="F:DevExpress.Web.Mvc.MVCxGridViewColumnType.TokenBox">
<summary>
<para>Indicates that a token box is used to edit column values.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewCommandColumn"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetFilterTemplateContent(System.Action{DevExpress.Web.GridViewFilterCellTemplateContainer})">
<summary>
<para>Allows setting a template for displaying a Filter Row cell.</para>
</summary>
<param name="method">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetFilterTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying a Filter Row cell.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetFooterTemplateContent(System.Action{DevExpress.Web.GridViewFooterCellTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the column footer&#39;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.SetFooterTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the column footer&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<summary>
<para>Allows you to provides a template to render the column header&#39;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.SetHeaderCaptionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the column header&#39;s caption.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.SetHeaderTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the column header&#39;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&#39;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>true to show the column; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewCommandColumn.VisibleIndex">
<summary>
<para>Gets or sets the column&#39;s position among the visible columns within the GridView.</para>
</summary>
<value>An integer value that specifies the column&#39;s position among the visible columns.</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewDetailSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewDetailSettings.Assign(DevExpress.Web.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.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&#39;s name.</para>
</summary>
<value>A string value specifying the master grid&#39;s name (its <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property value).</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewEditingSettings">
<summary>
<para>Provides editing settings for GridView.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewEditingSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewEditingSettings"/> class with the 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.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewEditingSettings.BatchUpdateRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to batch data modifications.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</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>Specifies whether the grid displays error messages for invalid editors in the Edit Form.</para>
</summary>
<value>true, to display error messages automatically; otherwise, false.</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.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 <see cref="T:DevExpress.Web.Mvc.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="T:DevExpress.Web.Mvc.MVCxGridViewExportSettings">
<summary>
<para>Contains the export settings to be applied when the GridView&#39;s data is exported.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewExportSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewExportSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.BottomMargin">
<summary>
<para>Gets or sets the target document&#39;s bottom margin.</para>
</summary>
<value>An integer value that specifies the target document&#39;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&#39;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&#39;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.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&#39;s necessary to export a detail grid, when it is empty.</para>
</summary>
<value>true to export a detail grid, when it is empty; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.ExportSelectedRowsOnly">
<summary>
<para>Specifies if only selected rows should be exported.</para>
</summary>
<value>true, to export selected rows only; false, to export all grid rows.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.GetExportDetailGridViews">
<summary>
<para>Enables you to populate the collection of detail grids that correspond to individual records within the master GridView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.GridViewGetExportDetailGridViewEventHandler"/> delegate method to be called when exporting detail grids.</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>true to export data in Landscape; false to export data in Portrait.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.LeftMargin">
<summary>
<para>Gets or sets the target document&#39;s left margin.</para>
</summary>
<value>An integer value that specifies the target document&#39;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&#39;s maximum width.</para>
</summary>
<value>An integer value that specifies the column&#39;s maximum width, in pixels.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.PageFooter">
<summary>
<para>Gets the page footer&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page footer&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.PageHeader">
<summary>
<para>Gets the page header&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page header&#39;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&#39;s data is exported.</para>
</summary>
<value>true to preserve the expanded state of group rows when the GridView&#39;s data is exported; false 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>true to print check boxes (or radio buttons) used to select/deselect data rows; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxGridViewExportRenderingEventHandler"/> 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&#39;s footer.</para>
</summary>
<value>A string value that specifies the text displayed within the report&#39;s footer.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.ReportHeader">
<summary>
<para>Gets or sets the text displayed within a report&#39;s header.</para>
</summary>
<value>A string value that specifies the text displayed within the report&#39;s header.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewExportSettings.RightMargin">
<summary>
<para>Gets or sets the target document&#39;s right margin.</para>
</summary>
<value>An integer value that specifies the target document&#39;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&#39;s visual elements for printing purposes.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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&#39;s top margin.</para>
</summary>
<value>An integer value that specifies the target document&#39;s top margin, in hundredths of an inch.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection">
<summary>
<para>A collection of format conditions in the GridView extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddColorScale">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddColorScale(System.Action{DevExpress.Web.GridViewFormatConditionColorScale})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> 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.GridViewFormatConditionColorScale"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddColorScale(System.String,DevExpress.Web.GridConditionColorScaleFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionColorScaleFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionColorScale.Format"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddHighlight">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddHighlight(System.Action{DevExpress.Web.GridViewFormatConditionHighlight})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> 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.GridViewFormatConditionHighlight"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddHighlight(System.String,System.String,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="expression">A <see cref="T:System.String"/> value specifying the expression used to format grid cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Expression"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionExpressionBase.Format"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddIconSet">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddIconSet(System.Action{DevExpress.Web.GridViewFormatConditionIconSet})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> 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.GridViewFormatConditionIconSet"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddIconSet(System.String,DevExpress.Web.GridConditionIconSetFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionIconSetFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionIconSet.Format"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddTopBottom">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddTopBottom(System.Action{DevExpress.Web.GridViewFormatConditionTopBottom})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> 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.GridViewFormatConditionTopBottom"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection.AddTopBottom(System.String,DevExpress.Web.GridTopBottomRule,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="rule">One of the <see cref="T:DevExpress.Web.GridTopBottomRule"/> enumeration values specifying the format condition rule. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionTopBottom.Rule"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionExpressionBase.Format"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.GridViewFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1">
<summary>
<para>A collection of format conditions in the GridView extension.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1.AddColorScale(System.Linq.Expressions.Expression{System.Func{`0,System.ValueType}},DevExpress.Web.GridConditionColorScaleFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">The expression that identifies the data model field.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionColorScaleFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionColorScale.Format"/> property.</param>
<returns>A <see cref="T:DevExpress.Web.GridViewFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1.AddHighlight(System.Linq.Expressions.Expression{System.Func{`0,System.ValueType}},System.String,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="expression">A <see cref="T:System.String"/> value specifying the expression used to format grid cells.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (highlight) applied to cells.</param>
<returns>A <see cref="T:DevExpress.Web.GridViewFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1.AddIconSet(System.Linq.Expressions.Expression{System.Func{`0,System.ValueType}},DevExpress.Web.GridConditionIconSetFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionIconSetFormat"/> enumeration values specifying the format (icon set) applied to cells.</param>
<returns>A <see cref="T:DevExpress.Web.GridViewFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1.AddTopBottom(System.Linq.Expressions.Expression{System.Func{`0,System.ValueType}},DevExpress.Web.GridTopBottomRule,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="rule">One of the <see cref="T:DevExpress.Web.GridTopBottomRule"/> enumeration values specifying the format condition rule.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format applied to cells.</param>
<returns>A <see cref="T:DevExpress.Web.GridViewFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties">
<summary>
<para>Contains settings that relate to the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties.Items">
<summary>
<para>Provides access to the collection of items placed in the edit form layout.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> object that is a collection of layout items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties.NestedExtensionWidth">
<summary>
<para>Gets or sets the width of editors contained in the form layout.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties`1">
<summary>
<para>Contains settings that relate to the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties`1.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties`1"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewFormLayoutProperties`1.Items">
<summary>
<para>Provides access to the collection of items placed in the edit form layout.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> object that is a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup">
<summary>
<para>Represents a layout group (with MVC specificity) within the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup"/> class with the specified caption.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value that is a layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup.Items">
<summary>
<para>Provides access to the collection of items placed in the current group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> object that is a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1">
<summary>
<para>A layout group with MVC specificity in the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1"/> class with a specified layout group caption.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value that is a layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1.Items">
<summary>
<para>Provides access to the collection of items placed in the current group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> object that is a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection">
<summary>
<para>Represents a (MVC specific) collection of layout items and groups within the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the DevExpress.Web.Internal.IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection.Add">
<summary>
<para>Creates a new layout item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem"/> object that is the newly created layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem})">
<summary>
<para>Adds a new item to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> 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.MVCxGridViewColumnLayoutItem"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection.Add(System.String)">
<summary>
<para>Creates a new item assigned to the specified column name and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> collection.</para>
</summary>
<param name="columnName">A <see cref="T:System.String"/> value that identifies a column assigned to the current item. The specified string can be either: a column name, field name, or caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection.AddCommandItem">
<summary>
<para>Creates a new command item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> object that is the newly created command item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection.AddCommandItem(System.Action{DevExpress.Web.EditModeCommandLayoutItem})">
<summary>
<para>Adds a new command item to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> 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.EditModeCommandLayoutItem"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> object that is the newly added command item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1">
<summary>
<para>A collection of layout items and groups in the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a layout item to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection and binds this item to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem})">
<summary>
<para>Adds a layout item to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection and specifies the item&#39;s settings and a Model field to which the item is bound.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddGroupItem">
<summary>
<para>Creates a new group item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1"/> object that is the newly created group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddGroupItem(System.Action{DevExpress.Web.Mvc.MVCxGridViewLayoutGroup{`0}})">
<summary>
<para>Adds a new group item to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> 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.MVCxGridViewLayoutGroup`1"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1"/> object that is the newly added group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddGroupItem(System.String)">
<summary>
<para>Adds a new group item with the specified caption to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value specifying the group item caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1"/> object that is the newly added layout group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddGroupItem``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a layout item to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection and binds this item to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddGroupItem``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxGridViewLayoutGroup{`0}})">
<summary>
<para>Adds a layout item to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection and binds this item to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutGroup`1"/> object that is the newly added layout item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddTabbedGroupItem">
<summary>
<para>Creates a new tabbed group item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1"/> object that is the newly created tabbed group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddTabbedGroupItem(System.Action{DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup{`0}})">
<summary>
<para>Adds a new tabbed group item to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> 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.MVCxGridViewTabbedLayoutGroup`1"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1"/> object that is the newly added tabbed group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddTabbedGroupItem(System.String)">
<summary>
<para>Adds a tabbed group item with the specified caption to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection and binds this item to the specified Model field.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value specifying the item caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1"/> object that is the newly added tabbed group item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddTabbedGroupItem``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a tabbed layout group to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection and binds this item to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1"/> object that is the newly added tabbed layout group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1.AddTabbedGroupItem``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup{`0}})">
<summary>
<para>Adds a tabbed layout group to the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> collection and binds this item to the specified Model field.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1"/> object that is the newly added tabbed layout group.</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewPopupControlSettings"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewProperties">
<summary>
<para>Contains the properties specific to the GridView that is built in to the ASP.NET MVC GridLookup extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.#ctor(DevExpress.Web.Mvc.GridViewSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewProperties"/> class with the specified GridView settings.</para>
</summary>
<param name="gridViewSettings">An object containing GridView extension specific settings.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.AccessibilityCompliant">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.AccessibilityCompliant"/> property.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.AutoFilterCellEditorCreate">
<summary>
<para>Enables you to assign editors to individual filter row cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.AutoFilterCellEditorInitialize">
<summary>
<para>Enables the cell editors displayed within the auto filter row cells to be initialized.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.BeforeColumnSortingGrouping">
<summary>
<para>Enables you to perform custom processing before a column is sorted or grouped.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.BeforeGetCallbackResult">
<summary>
<para>Enables you to perform custom processing after a callback sent by the GridView has been processed on the server, but prior to the time the respective callback result render is formed.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.BeforeHeaderFilterFillItems">
<summary>
<para>Enables you to provide custom filter items instead of default ones displayed within a header filter.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewBeforeHeaderFilterFillItemsEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CallbackRouteValues">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.CallbackRouteValues"/> property.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.Caption">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.Caption"/> property.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CellEditorInitialize">
<summary>
<para>Enables the cell editors displayed within the edit cells to be initialized.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.ClientLayout">
<summary>
<para>Enables you to save and restore the previously saved layout of the built-in GridView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CommandButtonInitialize">
<summary>
<para>Enables individual command column buttons to be initialized.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCommandButtonEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CustomBindingRouteValuesCollection">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.CustomBindingRouteValuesCollection"/> property.</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.MVCxGridViewProperties.CustomButtonInitialize">
<summary>
<para>Enables you to initialize custom command buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCustomButtonEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CustomColumnDisplayText">
<summary>
<para>Enables custom display text to be provided for any data cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewColumnDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CustomColumnGroup">
<summary>
<para>Provides the capability to group data using custom rules.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCustomColumnSortEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CustomColumnSort">
<summary>
<para>Enables you to sort data using custom rules.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCustomColumnSortEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CustomDataActionRouteValues">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.CustomDataActionRouteValues"/> property.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CustomGroupDisplayText">
<summary>
<para>Enables you to provide custom content for group rows.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewColumnDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CustomSummaryCalculate">
<summary>
<para>Enables you to calculate summary values manually.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.CustomSummaryEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.CustomUnboundColumnData">
<summary>
<para>Enables data to be supplied to unbound columns.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewColumnDataEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.EditFormLayoutProperties">
<summary>
<para>Manipulates the built-in ASPxGridView&#39;s <see cref="P:DevExpress.Web.ASPxGridView.EditFormLayoutProperties"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewFormLayoutProperties"/> object that contains the Grid View&#39;s form layout properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.EnableCallbackAnimation">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.EnableCallbackAnimation"/> property.</para>
</summary>
<value>true, if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.EnableCallbackCompression">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.EnableCallbackCompression"/> property.</para>
</summary>
<value>true, to enable callback compression; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.EnablePagingCallbackAnimation">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.EnablePagingCallbackAnimation"/> property.</para>
</summary>
<value>true,, if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.EnablePagingGestures">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.EnablePagingGestures"/> property.</para>
</summary>
<value>True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - if it is allowed for touch devices only.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.EnableRowsCache">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.EnableRowsCache"/> property.</para>
</summary>
<value>true, to enable data caching; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.FilterControlCustomValueDisplayText">
<summary>
<para>Enables you to specify the entered filter value&#39;s custom display text to be displayed when the filter control&#39;s condition value editor is inactive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.FilterControlOperationVisibility">
<summary>
<para>Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the Filter Control&#39;s operation dropdown menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlOperationVisibilityEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.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 <see cref="T:DevExpress.Web.FilterControlParseValueEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.GroupSummary">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.GroupSummary"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object representing the group summary collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.HeaderFilterFillItems">
<summary>
<para>Enables you to add custom filter items to ones displayed within a header filter.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewHeaderFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.HtmlCommandCellPrepared">
<summary>
<para>Enables the settings of individual command column cells to be changed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewTableCommandCellEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.HtmlDataCellPrepared">
<summary>
<para>Enables the settings of individual cells to be changed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewTableDataCellEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.HtmlEditFormCreated">
<summary>
<para>Enables you to perform custom processing when a table row, which corresponds to the Edit Form, has been created.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewEditFormEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.HtmlFooterCellPrepared">
<summary>
<para>Enables the settings of individual footer cells to be changed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewTableFooterCellEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.HtmlRowCreated">
<summary>
<para>Enables you to perform custom processing when a table row has been created.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewTableRowEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.HtmlRowPrepared">
<summary>
<para>Enables the settings of individual rows to be changed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewTableRowEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.InitNewRow">
<summary>
<para>Enables you to initialize added rows.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Data.ASPxDataInitNewRowEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.PreviewEncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.PreviewFieldName">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.PreviewFieldName"/> property.</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.MVCxGridViewProperties.ProcessColumnAutoFilter">
<summary>
<para>Enables you to apply custom filter criteria when filter row is in the Auto mode.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewAutoFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.ProcessOnClickRowFilter">
<summary>
<para>Enables you to apply custom filter criteria when the filter row is in the OnClick mode.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewOnClickRowFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.RowValidating">
<summary>
<para>Enables you to specify whether row data is valid and whether the row can be updated.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Data.ASPxDataValidationEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SearchPanelEditorCreate">
<summary>
<para>Enables you to replace the default built-in GridView&#39;s search panel editor with custom one.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SearchPanelEditorInitialize">
<summary>
<para>Enables you to customize the properties of an editor displayed within the built-in GridView&#39;s search panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetDataItemTemplateContent(System.Action{DevExpress.Web.GridViewDataItemTemplateContainer})">
<summary>
<para>Allows you to provide a template to render GridView 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.MVCxGridViewProperties.SetDataItemTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render GridView data cells.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetDataRowTemplateContent(System.Action{DevExpress.Web.GridViewDataRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render GridView 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.MVCxGridViewProperties.SetDataRowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render GridView data rows.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetDetailRowTemplateContent(System.Action{DevExpress.Web.GridViewDetailRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render GridView 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.MVCxGridViewProperties.SetDetailRowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render GridView detail rows.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetEditFormTemplateContent(System.Action{DevExpress.Web.GridViewEditFormTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the GridView 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.MVCxGridViewProperties.SetEditFormTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the GridView Edit Form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetEmptyDataRowTemplateContent(System.Action{DevExpress.Web.GridViewEmptyDataRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the GridView 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.MVCxGridViewProperties.SetEmptyDataRowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the GridView empty data row.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetFilterCellTemplateContent(System.Action{DevExpress.Web.GridViewFilterCellTemplateContainer})">
<summary>
<para>Allows you to provide a template to render a filter row cell.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetFilterCellTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render a filter row cell.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetFilterRowTemplateContent(System.Action{DevExpress.Web.GridViewFilterRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the GridView 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.MVCxGridViewProperties.SetFilterRowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the GridView filter row.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetFooterCellTemplateContent(System.Action{DevExpress.Web.GridViewFooterCellTemplateContainer})">
<summary>
<para>Allows you to provide a template to render GridView 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.MVCxGridViewProperties.SetFooterCellTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render GridView footer cells.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetFooterRowTemplateContent(System.Action{DevExpress.Web.GridViewFooterRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the GridView footer.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetFooterRowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the GridView footer.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetGroupRowContentTemplateContent(System.Action{DevExpress.Web.GridViewGroupRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render 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.MVCxGridViewProperties.SetGroupRowContentTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render 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.MVCxGridViewProperties.SetGroupRowTemplateContent(System.Action{DevExpress.Web.GridViewGroupRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render GridView 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.MVCxGridViewProperties.SetGroupRowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render GridView group rows.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template to render GridView 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.MVCxGridViewProperties.SetHeaderCaptionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render GridView column header captions.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetHeaderTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template to render a GridView column header.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetHeaderTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render a GridView column header.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetPagerBarTemplateContent(System.Action{DevExpress.Web.GridViewPagerBarTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the GridView pager bar.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetPagerBarTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the GridView pager bar.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetPreviewRowTemplateContent(System.Action{DevExpress.Web.GridViewPreviewRowTemplateContainer})">
<summary>
<para>Allows you to provide a template to render GridView 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.MVCxGridViewProperties.SetPreviewRowTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render GridView preview rows.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetStatusBarTemplateContent(System.Action{DevExpress.Web.GridViewStatusBarTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the GridView 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.MVCxGridViewProperties.SetStatusBarTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the GridView status bar.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.Settings">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.Settings"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewSettings"/> object containing the GridView&#39;s display options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsBehavior">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsBehavior"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewBehaviorSettings"/> object containing the GridView&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsCommandButton">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsCommandButton"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCommandButtonSettings"/> object containing the settings for the GridView&#39;s command buttons.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsContextMenu">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsContextMenu"/> property.</para>
</summary>
<value>Contains context menu settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsCookies">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsCookies"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewCookiesSettings"/> object that contains the extension&#39;s cookie settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsDataSecurity">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsDataSecurity"/> property.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewDataSecuritySettings"/> object containing data security settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsDetail">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsDetail"/> property.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewDetailSettings"/> object that contains the GridView&#39;s master-detail options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsEditing">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsEditing"/> property.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewEditingSettings"/> object that contains the GridView&#39;s edit settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewLoadingPanelSettings"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsPager">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsPager"/> property.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewPagerSettings"/> object that contains pager settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsPopup">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsPopup"/> property.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewPopupControlSettings"/> object that contains the popup element settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsResizing">
<summary>
<para>Manipulates the built-in grid&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsResizing"/> property.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridViewResizingSettings"/> object containing the search panel settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsSearchPanel">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsSearchPanel"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewSearchPanelSettings"/> object containing the settings for the GridView&#39;s loading panel.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SettingsText">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SettingsText"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTextSettings"/> object containing the GridView&#39;s text settings.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetTitlePanelTemplateContent(System.Action{DevExpress.Web.GridViewTitleTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the GridView title panel.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewProperties.SetTitlePanelTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the GridView title panel.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SummaryDisplayText">
<summary>
<para>Enables custom display text to be provided for any summary value.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.SummaryText">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.SummaryText"/> property.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the summary attribute text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.Toolbars">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.Toolbars"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection"/> object that can be used to add, delete and access individual toolbars and perform other common collection management tasks.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewProperties.TotalSummary">
<summary>
<para>Manipulates the built-in GridView&#39;s <see cref="P:DevExpress.Web.Mvc.GridViewSettings.TotalSummary"/> property.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object representing the total summary collection.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewSearchPanelSettings">
<summary>
<para>Contains settings of the GridView&#39;s search panel.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewSearchPanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewSearchPanelSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewSearchPanelSettings.CustomEditorName">
<summary>
<para>Specifies the name of an editor used to specify a search panel filter criterion.</para>
</summary>
<value>A string value that is the editor name.</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewSettings"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup">
<summary>
<para>Represents a (MVC specific) tabbed layout group within the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup"></see> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup"/> class with the specified caption.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value that is a tabbed layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup.Items">
<summary>
<para>Provides access to the collection of items placed in the current tabbed group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection"/> object that is a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1">
<summary>
<para>A tabbed layout group in the FormLayout used in the GridView&#39;s edit form.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1"/> class with a specified layout group caption.</para>
</summary>
<param name="caption">A <see cref="T:System.String"/> value that is a layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewTabbedLayoutGroup`1.Items">
<summary>
<para>Provides access to the collection of items placed in the current tabbed group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxGridViewLayoutItemCollection`1"/> object that is a collection of layout items.</value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxGridViewTextSettings"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewToolbar">
<summary>
<para>A base class for the Grid View&#39;s toolbar.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbar"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewToolbar.Items">
<summary>
<para>Gets the collection of items within the toolbar and provides indexed access to them.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection"/> object representing the collection of the toolbar&#39;s items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection">
<summary>
<para>Represents the Grid View&#39;s toolbar collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection.Add">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbar"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxGridViewToolbar})">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection"/> as a parameter.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewToolbarCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to the toolbars within the collection.</para>
</summary>
<param name="index">An integer value that identifies a toolbar by its index.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItem"/> object or descendant that represents a toolbar at the specified position. null (Nothing in Visual Basic) if the toolbar was not found.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItem">
<summary>
<para>Implements the Grid View&#39;s toolbar item functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewToolbarItem.Items">
<summary>
<para>Gets a collection that contains the toolbar items of the current toolbar item.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection"/> instance that is the collection of items.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItem.SetSubMenuTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of the current toolbar item&#39;s subitems.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItem.SetSubMenuTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of the current toolbar item&#39;s subitems.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItem.SetTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;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.MVCxGridViewToolbarItem.SetTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItem.SetTextTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s text content.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItem.SetTextTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s text content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection">
<summary>
<para>Represents a collection of a Grid View&#39;s toolbar items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection.#ctor(DevExpress.Web.Mvc.MVCxGridViewToolbarItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection"/> class with specified settings.</para>
</summary>
<param name="menuItem">A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItem"/> object representing the toolbar item.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection.Add">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection.Add(DevExpress.Web.GridViewToolbarCommand)">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.Web.GridViewToolbarCommand"/> object that is the command that corresponds to this toolbar item.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection.Add(DevExpress.Web.GridViewToolbarCommand,System.Boolean)">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.Web.GridViewToolbarCommand"/> object that is the command that corresponds to this toolbar item.</param>
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxGridViewToolbarItem})">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection"/> as a parameter.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxGridViewToolbarItemCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.</para>
</summary>
<param name="index">A zero-based integer that identifies the item within the collection.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxGridViewToolbarItem"/> object that represents the item at the specified position.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHint">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHint.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHint"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHint.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.MVCxHtmlEditor">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditor.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class with default settings.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.DocumentSelectorFileUploading">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.DocumentSelectorFolderCreating">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.DocumentSelectorItemDeleting">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.DocumentSelectorItemMoving">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.DocumentSelectorItemRenaming">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.Images">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.ImageSelectorFileUploading">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.ImageSelectorFolderCreating">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.ImageSelectorItemDeleting">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.ImageSelectorItemMoving">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</member>
<member name="E:DevExpress.Web.Mvc.MVCxHtmlEditor.ImageSelectorItemRenaming">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditor"/> class.</para>
</summary>
</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.SettingsAudioSelector">
<summary>
<para>Provides access to settings related to the Select Audio dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings"/> object that contains the Select Audio dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.SettingsAudioUpload">
<summary>
<para>Provides access to settings related to uploading audio files.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings"/> object that holds options for uploading audio files.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.SettingsDialogs">
<summary>
<para>Provides access to the built-in dialogs&#39; settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings"/> object that contains settings of the built-in dialogs.</value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings"/> object that contains the Document Selector dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.SettingsFlashSelector">
<summary>
<para>Provides access to settings related to the Select Flash dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings"/> object that contains the Select Flash dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.SettingsFlashUpload">
<summary>
<para>Provides access to settings related to uploading flash files.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings"/> object that holds options for uploading flash files.</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 <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings"/> object that contains the Image Selector dialog&#39;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.SettingsVideoSelector">
<summary>
<para>Provides access to settings related to the Select Video dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings"/> object that contains the Select Video dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditor.SettingsVideoUpload">
<summary>
<para>Provides access to settings related to uploading video files.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings"/> object that holds options for uploading video files.</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.MVCxHtmlEditorAudioSelectorSettings">
<summary>
<para>Contains the HtmlEditor&#39;s Select Audio dialog&#39;s settings (specific to MVC).</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.AudioFileSaving">
<summary>
<para>Allows you to process an uploaded audio file before it is saved to the server.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileSavingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.CustomThumbnail">
<summary>
<para>Enables you to provide custom thumbnails in Audio Selector.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerThumbnailCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.FileUploading">
<summary>
<para>Enables you to perform custom actions before a file is uploaded in the Audio Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.FolderCreating">
<summary>
<para>Enables you to perform custom actions before a folder is created in the Audio Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.ItemCopying">
<summary>
<para>Enables you to perform custom actions before an item is copied in the Audio Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemCopyEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.ItemDeleting">
<summary>
<para>Enables you to perform custom actions before an item is deleted in the Audio Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.ItemMoving">
<summary>
<para>Enables you to perform custom actions before an item is moved in the Audio Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.ItemRenaming">
<summary>
<para>Enables you to perform custom actions before an item is renamed in the Audio Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.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&#39;s built-in Audio Selector.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings.UploadSettings">
<summary>
<para>Provides access to the Audio Selector upload settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerUploadSettings"/> object that contains upload settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorUploadSettings">
<summary>
<para>Contains (MVC specific) settings that relate to the built-in Audio Selector&#39;s file upload functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorUploadSettings.ValidationSettings">
<summary>
<para>Gets settings that relate to the validation of audio files uploaded within the HtmlEditor extension.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings"/> object that contains uploaded file validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings">
<summary>
<para>Contains settings that relate to the HtmlEditor&#39;s audio uploading functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings"/> class with the specified settings.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
<param name="associatedSettings">An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorAudioSelectorSettings"/> object containing the associated Audio Selector settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings.UploadCallbackRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to audio file uploading through Audio Dialogs.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorChangeElementPropertiesDialogSettings">
<summary>
<para>Contains MVC specific customization settings for the Change Element Properties dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorChangeElementPropertiesDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorChangeElementPropertiesDialogSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorChangeElementPropertiesDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Change Element Properties dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorChangeElementPropertiesDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Change Element Properties dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorChangeElementPropertiesDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Change Element Properties dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorChangeElementPropertiesDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Change Element Properties dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</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">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog"/> class with the specified name and caption.</para>
</summary>
<param name="name">A string that represents the created dialog&#39;s name.</param>
<param name="caption">A string that represents the created dialog&#39;s caption.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog"/> class with the specified settings.</para>
</summary>
<param name="name">A string that represents the created dialog&#39;s name.</param>
<param name="caption">A string that represents the created dialog&#39;s caption.</param>
<param name="formAction">A string that represents the created dialog&#39;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&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</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">
<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.Action{DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog})">
<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="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&#39;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&#39;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.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&#39;s name.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the created custom dialog&#39;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="P:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialogs"/>.</para>
</summary>
<param name="index">An integer that specifies the index of the required item within the collection.</param>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorCustomDialog"/> object which is the item at the specified index.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings">
<summary>
<para>Contains (MVC specific) customization settings of the built-in dialogs.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.ChangeElementPropertiesDialog">
<summary>
<para>Provides access to customization settings for the Change Element Properties dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorChangeElementPropertiesDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.InsertAudioDialog">
<summary>
<para>Provides access to customization settings for the Insert Audio dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.InsertFlashDialog">
<summary>
<para>Provides access to customization settings for the Insert Flash dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.InsertImageDialog">
<summary>
<para>Provides access to customization settings for the Insert Image dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.InsertLinkDialog">
<summary>
<para>Provides access to customization settings for the Insert Link dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.InsertPlaceholderDialog">
<summary>
<para>Provides access to customization settings for the Insert Placeholder dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertPlaceholderDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.InsertTableDialog">
<summary>
<para>Provides access to customization settings for the Insert Table dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.InsertVideoDialog">
<summary>
<para>Provides access to customization settings for the Insert Video dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.InsertYouTubeVideoDialog">
<summary>
<para>Provides access to customization settings for the Insert YouTube Video dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.PasteFromWordDialog">
<summary>
<para>Provides access to customization settings for the Paste from Word dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.TableCellPropertiesDialog">
<summary>
<para>Provides access to Cell Properties dialog settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorTableCellPropertiesDialogSettings"/> object that contains dialog settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.TableColumnPropertiesDialog">
<summary>
<para>Provides access to Column Properties dialog settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings"/> object that contains dialog settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings.TableRowPropertiesDialog">
<summary>
<para>Provides access to Row Properties dialog settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings"/> object that contains dialog settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings">
<summary>
<para>Contains settings concerning customization of dialog form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.#ctor">
<summary>
<para>Initializes a new <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings"/> class instance.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.#ctor(DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings"/> class.</para>
</summary>
<param name="defaultSettingsDialogs"></param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.InsertAudioDialog">
<summary>
<para>Provides access to customization settings for the Insert Audio dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.InsertFlashDialog">
<summary>
<para>Provides access to customization settings for the Insert Flash dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.InsertImageDialog">
<summary>
<para>Provides access to customization settings for the Insert Image dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.InsertLinkDialog">
<summary>
<para>Provides access to customization settings for the Insert Link dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.InsertTableDialog">
<summary>
<para>Provides access to customization settings for the Insert Table dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.InsertVideoDialog">
<summary>
<para>Provides access to customization settings for the Insert Video dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.InsertYouTubeVideoDialog">
<summary>
<para>Provides access to customization settings for the Insert YouTube Video dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase"/> object that contains customization settings for form elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDialogFormElementSettings.PasteFromWordDialog">
<summary>
<para>Provides access to customization settings for the Paste from Word dialog&#39;s form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings"/> object that contains customization settings for form elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings">
<summary>
<para>Contains settings of the HtmlEditor&#39;s built-in Document Selector.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings of the specified object to the current one.</para>
</summary>
<param name="source">A object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.CustomThumbnail">
<summary>
<para>Enables you to provide custom thumbnails in Document Selector.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerThumbnailCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.FileUploading">
<summary>
<para>Enables you to perform server-side processing of file upload operations initiated within the HtmlEditor&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> delegate method to be called when a file is about to be uploaded within the HtmlEditor&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.FolderCreating">
<summary>
<para>Enables you to perform server-side processing of folder creation operations, initiated within the HtmlEditor&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> delegate method to be called when a folder is about to be created within the HtmlEditor&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.ItemCopying">
<summary>
<para>Enables you to perform custom actions before an item is copied in the Document Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemCopyEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.ItemDeleting">
<summary>
<para>Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> delegate method to be called when a file or folder is about to be deleted within the HtmlEditor&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.ItemMoving">
<summary>
<para>Enables you to perform server-side processing of file/folder move operations initiated within the HtmlEditor&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method to be called when a file or folder is about to be moved within the HtmlEditor&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.ItemRenaming">
<summary>
<para>Enables you to perform server-side processing of file/folder rename operations initiated within the HtmlEditor&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method to be called when a file or folder is about to be renamed within the HtmlEditor&#39;s Document Selector.</value>
</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&#39;s built-in Document Selector.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings.UploadSettings">
<summary>
<para>Provides access to the upload panel&#39;s settings within the Image Selector or Document Selector.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorUploadSettings"/> object that holds settings for an upload panel.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorUploadSettings">
<summary>
<para>Contains settings that relate to the built-in Document Selector&#39;s file upload functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorUploadSettings.ShowUploadPanel">
<summary>
<para>Specifies whether the upload panel is displayed in the Document Selector.</para>
</summary>
<value>true, if the upload panel is visible; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerUploadSettings">
<summary>
<para>Contains base settings that relate to the file upload functionality of the HtmlEditor&#39;s built-in file managers (Image Selector and Document Selector).</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerUploadSettings.ValidationSettings">
<summary>
<para>Provides access to the built-in file manager upload validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings">
<summary>
<para>Contains settings that relate to the HtmlEditor&#39;s uploaded file validation.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings.MaxFileSize">
<summary>
<para>Gets or sets the maximum size of an uploaded file.</para>
</summary>
<value>An <see cref="T:System.Int64"/> value that specifies the maximum file size, in bytes.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings">
<summary>
<para>Contains the HtmlEditor&#39;s Select Flash dialog&#39;s settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.CustomThumbnail">
<summary>
<para>Enables you to provide custom thumbnails in Flash Selector.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerThumbnailCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.FileUploading">
<summary>
<para>Enables you to perform custom actions before a file is uploaded in the Flash Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.FlashFileSaving">
<summary>
<para>Allows you to process an uploaded flash file before it is saved to the server.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileSavingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.FolderCreating">
<summary>
<para>Enables you to perform custom actions before a folder is created in the Flash Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.ItemCopying">
<summary>
<para>Enables you to perform custom actions before an item is copied in the Flash Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemCopyEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.ItemDeleting">
<summary>
<para>Enables you to perform custom actions before an item is deleted in the Flash Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.ItemMoving">
<summary>
<para>Enables you to perform custom actions before an item is moved in the Flash Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.ItemRenaming">
<summary>
<para>Enables you to perform custom actions before an item is renamed in the Flash Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.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&#39;s built-in Flash Selector.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings.UploadSettings">
<summary>
<para>Provides access to the Flash Selector upload settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorUploadSettings"/> object that contains upload settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorUploadSettings">
<summary>
<para>Contains (MVc specific) settings that relate to the built-in Flash Selector&#39;s file upload functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorUploadSettings.ValidationSettings">
<summary>
<para>Gets settings that relate to the validation of flash files uploaded within the HtmlEditor extension.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings"/> object that contains uploaded file validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings">
<summary>
<para>Contains settings that relate to the HtmlEditor&#39;s flash uploading functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings"/> class with the specified settings.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
<param name="associatedSettings">An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorFlashSelectorSettings"/> object containing the associated Flash Selector settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings.UploadCallbackRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to flash file uploading through Flash Dialogs.</para>
</summary>
<value>An object containing the Controller and Action names.</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.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.#ctor(DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings"/> class.</para>
</summary>
<param name="associatedSettings">An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDefaultDialogSettings"/> object containing the associated dialog settings.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertAudioFormAction">
<summary>
<para>Gets or sets the name of the Action that returns a partial View with the customized version of the built-in Insert Audio dialog.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is an Action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertFlashFormAction">
<summary>
<para>Gets or sets the name of the Action that returns a partial View with the customized version of the built-in Insert Flash dialog.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is an Action name.</value>
</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&#39;s form.</para>
</summary>
<value>A string specifying the action name.</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&#39;s form.</para>
</summary>
<value>A string specifying the action name.</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&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertVideoFormAction">
<summary>
<para>Gets or sets the name of the Action that returns a partial View with the customized version of the built-in Insert Video dialog.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is an Action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorFormsSettings.InsertYouTubeVideoFormAction">
<summary>
<para>Gets or sets the name of the Action that returns a partial View with the customized version of the built-in Insert YouTube Video dialog.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is an Action name.</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&#39;s form.</para>
</summary>
<value>A string specifying the action name.</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&#39;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 &quot;Row, Column, and Cell Properties&quot; dialog forms.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings">
<summary>
<para>Contains settings of the HtmlEditor&#39;s built-in Image Selector.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.CustomThumbnail">
<summary>
<para>Enables you to provide custom thumbnails in Image Selector.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerThumbnailCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.FileUploading">
<summary>
<para>Enables you to perform server-side processing of file upload operations initiated within the HtmlEditor&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> delegate method to be called when a file is about to be uploaded within the HtmlEditor&#39;s Select Image dialog.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.FolderCreating">
<summary>
<para>Enables you to perform server-side processing of folder creation operations, initiated within the HtmlEditor&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> delegate method to be called when a folder is about to be created within the HtmlEditor&#39;s Select Image dialog.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.ImageFileSaving">
<summary>
<para>Allows you to process an uploaded image file before it is saved to the server.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileSavingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.ItemCopying">
<summary>
<para>Enables you to perform custom actions before an item is copied in the Image Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemCopyEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.ItemDeleting">
<summary>
<para>Enables you to perform server-side processing of file/folder deletion operations initiated within the HtmlEditor&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> delegate method to be called when a file or folder is about to be deleted within the HtmlEditor&#39;s Select Image dialog.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.ItemMoving">
<summary>
<para>Enables you to perform server-side processing of file/folder move operations initiated within the HtmlEditor&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method to be called when a file or folder is about to be moved within the HtmlEditor&#39;s Select Image dialog.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.ItemRenaming">
<summary>
<para>Enables you to perform server-side processing of file/folder rename operations initiated within the HtmlEditor&#39;s Select Image dialog.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method to be called when a file or folder is about to be renamed within the HtmlEditor&#39;s Select Image dialog.</value>
</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&#39;s built-in Image Selector.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings.UploadSettings">
<summary>
<para>Provides access to the Image Selector upload settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorUploadSettings"/> object that contains upload settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorUploadSettings">
<summary>
<para>Contains settings that relate to the built-in Image Selector&#39;s file upload functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorUploadSettings.ValidationSettings">
<summary>
<para>Provides access to the validation settings of an upload control within the Image Selector.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings"/> object that contains validation settings</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings">
<summary>
<para>Contains settings that relate to the HtmlEditor&#39;s functionality for uploading images (this functionality can be accessed via the Insert Image Dialog&#39;s &#39;From your computer&#39; option).</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings"/> class with the specified settings.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
<param name="associatedSettings">An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorImageSelectorSettings"/> object containing the associated Image Selector settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings.Assign(DevExpress.Web.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.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 through Image Dialogs.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings">
<summary>
<para>Contains (MVC specific) customization settings for the Insert Audio dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Audio dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Audio dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.SetMoreOptionsSectionTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Audio dialog&#39;s More Options section.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.SetMoreOptionsSectionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Audio dialog&#39;s More Options section.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.SettingsAudioSelector">
<summary>
<para>Provides access to settings related to the Select Audio dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioSelectorSettings"/> object that contains the Select Audio dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.SettingsAudioUpload">
<summary>
<para>Provides access to settings related to uploading audio files.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorAudioUploadSettings"/> object that holds options for uploading audio files.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Audio dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertAudioDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Audio dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings">
<summary>
<para>Contains (MVC specific) customization settings for the Insert Flash dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Flash dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Flash dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.SetMoreOptionsSectionTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Flash dialog&#39;s More Options section.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.SetMoreOptionsSectionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Flash dialog&#39;s More Options section.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.SettingsFlashSelector">
<summary>
<para>Provides access to settings related to the Select Flash dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashSelectorSettings"/> object that contains the Select Flash dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.SettingsFlashUpload">
<summary>
<para>Provides access to settings related to uploading flash files.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFlashUploadSettings"/> object that holds options for uploading flash files.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Flash dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertFlashDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Flash dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings">
<summary>
<para>Contains (MVC specific) customization settings for the Insert Image dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the bottom area within the Insert Image dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the bottom area within the Insert Image dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.SetMoreOptionsSectionTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the More Options section within the Insert Image dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.SetMoreOptionsSectionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the More Options section within the Insert Image dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.SettingsImageSelector">
<summary>
<para>Provides access to settings that are related to the Select Image dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageSelectorSettings"/> object that contains the Image Selector dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.SettingsImageUpload">
<summary>
<para>Provides access to settings related to uploading image files.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorImageUploadSettings"/> object that contains upload settings.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the top area within the Insert Image dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertImageDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the top area within the Insert Image dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings">
<summary>
<para>Contains (MVC specific) customization settings for the Insert Link dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the bottom area within the Insert Link dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the bottom area within the Insert Link dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings.SettingsDocumentSelector">
<summary>
<para>Provides access to settings that are related to the Document Selector dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorDocumentSelectorSettings"/> object that contains the Document Selector dialog&#39;s settings.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the top area within the Insert Link dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertLinkDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the top area within the Insert Link dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings">
<summary>
<para>Serves as a base for classes containing (MVC specific) customization settings for form elements of the built-in media dialogs.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings.SetMoreOptionsSectionTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s More Options section.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings.SetMoreOptionsSectionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s More Options section.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase">
<summary>
<para>Serves as a base for classes containing (MVC specific) customization settings for form elements of the built-in media dialogs.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase.SetMoreOptionsSectionTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s More Options section.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase.SetMoreOptionsSectionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s More Options section.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertMediaDialogSettingsBase.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of an Insert Media dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertPlaceholderDialogSettings">
<summary>
<para>Contains (MVC specific) customization settings for the Insert Placeholder dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertPlaceholderDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertPlaceholderDialogSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertPlaceholderDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Placeholder dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertPlaceholderDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Placeholder dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertPlaceholderDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Placeholder dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertPlaceholderDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Placeholder dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings">
<summary>
<para>Contains (MVC specific) customization settings for the Insert Table dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the bottom area within the Insert Table dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the bottom area within the Insert Table dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the top area within the Insert Table dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertTableDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the top area within the Insert Table dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings">
<summary>
<para>Contains (MVC specific) customization settings for the Insert Video dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Video dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Video dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.SetMoreOptionsSectionTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Video dialog&#39;s More Options section.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.SetMoreOptionsSectionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Video dialog&#39;s More Options section.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.SettingsVideoSelector">
<summary>
<para>Provides access to settings related to the Select Video dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings"/> object that contains the Select Video dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.SettingsVideoUpload">
<summary>
<para>Provides access to settings related to uploading video files.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings"/> object that holds options for uploading video files.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Video dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorInsertVideoDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Insert Video dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings">
<summary>
<para>Contains customization settings for the Paste from Word dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the bottom area within the Paste from Word dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the bottom area within the Paste from Word dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the top area within the Paste from Word dialog form.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorPasteFromWordDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the top area within the Paste from Word dialog form.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonContextTabCategoryCollection">
<summary>
<para>A collection of context tab categories in the HtmlEditor extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonContextTabCategoryCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonContextTabCategoryCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the DevExpress.Web.Internal.IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonContextTabCategoryCollection.Add(System.String)">
<summary>
<para>Adds a new context tab category with the specified name to the end of the collection and returns the newly created object.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the created category&#39;s name. Initializes the <see cref="P:DevExpress.Web.RibbonContextTabCategory.Name"/> property.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxRibbonContextTabCategory"/> object that is the newly created context tab category.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonTabCollection">
<summary>
<para>Represents a collection of tabs within the HtmlEditor&#39;s built-in ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonTabCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonTabCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonTabCollection.Add(System.String)">
<summary>
<para>Adds a new tab with the specified text to the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorRibbonTabCollection"/> collection.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the Ribbon tab&#39;s text.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTab"/> object that is the newly created tab.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorSpellChecker">
<summary>
<para>Contains settings that pertain to the HtmlEditor&#39;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.MVCxHtmlEditorTableCellPropertiesDialogSettings">
<summary>
<para>Contains customization settings for the Cell Properties dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableCellPropertiesDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorTableCellPropertiesDialogSettings"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableCellPropertiesDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Cell Properties dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableCellPropertiesDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Cell Properties dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableCellPropertiesDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Cell Properties dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableCellPropertiesDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Cell Properties dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings">
<summary>
<para>Contains customization settings for the element properties dialog&#39;s form elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings.SetBottomAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Table Properties dialog&#39;s bottom area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings.SetBottomAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Table Properties dialog&#39;s bottom area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings.SetTopAreaTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for displaying the content of the Table Properties dialog&#39;s top area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorTableElementPropertiesDialogSettings.SetTopAreaTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying the content of the Table Properties dialog&#39;s top area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar">
<summary>
<para>A base class for toolbar.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> class with the specified name.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the created toolbar&#39;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 <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> class with the specified settings.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the created toolbar&#39;s name.</param>
<param name="items">An array that contains zero or more HtmlEditorToolbarItem objects.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.CreateStandardToolbar1">
<summary>
<para>Creates the StandardToolbar1 default toolbar and populates it with relevant default items.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> object that is the StandardToolbar1.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.CreateStandardToolbar2">
<summary>
<para>Creates the StandardToolbar2 default toolbar, and populates it with relevant default items.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> object that is the StandardToolbar2.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.CreateStandardToolbar2(System.Boolean)">
<summary>
<para>Creates the StandardToolbar2 default toolbar, populates it with relevant default items, specifying whether the layout of the toolbar is reversed.</para>
</summary>
<param name="rtl">true to reverse the layout of the toolbar; otherwise false.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> object which is the StandardToolbar2.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar.CreateTableToolbar">
<summary>
<para>Creates the TableToolbar default toolbar and populates it with relevant default items.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> object that is the TableToolbar.</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 <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarItemCollection"/> object that is the collection of the toolbar&#39;s items.</value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection"/> class with the default settings.</para>
</summary>
</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.Action{DevExpress.Web.Mvc.MVCxHtmlEditorToolbar})">
<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(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 <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,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&#39;s name.</param>
<param name="items">An array that contains zero or more HtmlEditorToolbarItem 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.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">true to reverse the layout of the toolbars; otherwise false.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarCollection"/>.</para>
</summary>
<param name="index">An integer that specifies the index of the required item within the collection.</param>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> object which is the item at the specified index.</value>
</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&#39;s name.</param>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbar"/> object which is the item with the specified name.</value>
</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">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarItemCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorToolbarItemCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</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>
<typeparam name="T"></typeparam>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings">
<summary>
<para>Contains the HtmlEditor&#39;s Select Video dialog&#39;s settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.CustomThumbnail">
<summary>
<para>Enables you to provide custom thumbnails in Video Selector.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerThumbnailCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.FileUploading">
<summary>
<para>Enables you to perform custom actions before a file is uploaded in the Video Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.FolderCreating">
<summary>
<para>Enables you to perform custom actions before a folder is created in the Video Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.ItemCopying">
<summary>
<para>Enables you to perform custom actions before an item is copied in the Video Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemCopyEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.ItemDeleting">
<summary>
<para>Enables you to perform custom actions before an item is deleted in the Video Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.ItemMoving">
<summary>
<para>Enables you to perform custom actions before an item is moved in the Video Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.ItemRenaming">
<summary>
<para>Enables you to perform custom actions before an item is renamed in the Video Selector, and allows you to cancel the action.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.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&#39;s built-in Video Selector.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.UploadSettings">
<summary>
<para>Provides access to the Video Selector upload settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorUploadSettings"/> object that contains upload settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorSettings.VideoFileSaving">
<summary>
<para>Allows you to process an uploaded video file before it is saved to the server.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.FileSavingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorUploadSettings">
<summary>
<para>Contains settings that relate to the built-in Video Selector&#39;s file upload functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoSelectorUploadSettings.ValidationSettings">
<summary>
<para>Gets settings that relate to the validation of video files uploaded within the HtmlEditor extension.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorFileManagerValidationSettings"/> object that contains uploaded file validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings">
<summary>
<para>Contains (MVC specific) settings that relate to a control&#39;s video uploading functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings"/> class with the specified settings.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
<param name="associatedSettings">An <see cref="T:DevExpress.Web.ASPxHtmlEditor.HtmlEditorVideoSelectorSettings"/> object containing the associated Video Selector settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHtmlEditorVideoUploadSettings.UploadCallbackRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to video file uploading through Video Dialogs.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxHyperLink">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHyperLink.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.MVCxHyperLinkProperties">
<summary>
<para>Contains HyperLink specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxHyperLinkProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxHyperLinkProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHyperLinkProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHyperLinkProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxHyperLinkProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxHyperLinkProperties"/> class.</para>
</summary>
<value></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 <see cref="T:DevExpress.Web.Mvc.MVCxICalendarExportSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxICalendarExportSettings.AppointmentExported">
<summary>
<para>Occurs after an <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentExporter"/> class or its descendant exports an appointment to iCalendar file or to MS Outlook Calendar storage.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentExportedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxICalendarExportSettings.AppointmentExporting">
<summary>
<para>Occurs before an <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentExporter"/> class or its descendant exports an appointment to a iCalendar file or to MS Outlook Calendar storage.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentExportingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</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 <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarStructureCreatedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxICalendarExportSettings.CustomPropertyIdentifier">
<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.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 <see cref="T:DevExpress.Web.Mvc.MVCxICalendarImportSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxICalendarImportSettings.AppointmentImported">
<summary>
<para>Occurs after an <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImporter"/> class or its descendant imports an appointment to an iCalendar file or to MS Outlook Calendar storage.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxICalendarImportSettings.AppointmentImporting">
<summary>
<para>Occurs before an <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImporter"/> class or its descendant imports an appointment to an iCalendar file or to MS Outlook Calendar storage.</para>
</summary>
<value></value>
</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 <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarStructureCreatedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxICalendarImportSettings.CustomPropertyIdentifier">
<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.MVCxImage">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImage.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.MVCxImageEditProperties">
<summary>
<para>Contains ImageEdit specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxImageEditProperties.Caption">
<summary>
<para>Gets or sets the image caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the image caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxImageEditProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxImageEditProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettingsBase"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxImageEditProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxImageEditProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxImageEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxImageEditProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxImageEditProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxImageEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxImageGallery">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGallery.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGallery"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGallery.#ctor(System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGallery"/> class.</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.MVCxImageGallery.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.MVCxImageGallery.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.MVCxImageGalleryItem">
<summary>
<para>Represents an individual item within the ImageGallery.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> class with the specified settings.</para>
</summary>
<param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ImageUrl property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> class with the specified settings.</para>
</summary>
<param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.Text property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> class with the specified settings.</para>
</summary>
<param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.Text 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ThumbnailUrl property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.#ctor(System.String,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> class with the specified settings.</para>
</summary>
<param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.Text 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ThumbnailUrl property.</param>
<param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail image within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.FullscreenViewerThumbnailUrl property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> class with the specified settings.</para>
</summary>
<param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.Text 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ThumbnailUrl property.</param>
<param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail image within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.FullscreenViewerThumbnailUrl property.</param>
<param name="fullscreenViewerText">A <see cref="T:System.String"/> value specifying the text (description) of the current image item within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.FullscreenViewerText property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> class with the specified settings.</para>
</summary>
<param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.Text 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.ThumbnailUrl property.</param>
<param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail image within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.FullscreenViewerThumbnailUrl property.</param>
<param name="fullscreenViewerText">A <see cref="T:System.String"/> value specifying the text (description) of the current image item within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.FullscreenViewerText 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/>.NavigateUrl property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.SetFullscreenViewerTextTemplateContent(System.Action{DevExpress.Web.ImageGalleryThumbnailTemplateContainer})">
<summary>
<para>Gets or sets a template used for displaying the content of the particular item&#39;s fullscreen viewer text area.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.SetFullscreenViewerTextTemplateContent(System.String)">
<summary>
<para>Gets or sets a template used for displaying the content of the particular item&#39;s fullscreen viewer text area.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.SetTextTemplateContent(System.Action{DevExpress.Web.ImageGalleryThumbnailTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the text content of the current image gallery item.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItem.SetTextTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the text content of the current image gallery item.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection">
<summary>
<para>Represents a collection of items within the ImageGallery.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Add">
<summary>
<para>Creates a new image gallery item with the default settings and adds it to the collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing the newly created image gallery item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Add(DevExpress.Web.Mvc.MVCxImageGalleryItem)">
<summary>
<para>Adds a specified image gallery item to the end of the collection.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing an image slider item to be added.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxImageGalleryItem})">
<summary>
<para>Adds a new image gallery 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.MVCxImageGalleryItemCollection.Add(System.String)">
<summary>
<para>Creates a new image gallery 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 ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ImageUrl property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing the newly created image gallery item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Add(System.String,System.String)">
<summary>
<para>Creates a new image gallery 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 ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.Text property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing the newly created image gallery item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Add(System.String,System.String,System.String)">
<summary>
<para>Creates a new image gallery 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 ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.Text 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ThumbnailUrl property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing the newly created image gallery item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Add(System.String,System.String,System.String,System.String)">
<summary>
<para>Creates a new image gallery 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 ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.Text 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ThumbnailUrl property.</param>
<param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail image within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.FullscreenViewerThumbnailUrl property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing the newly created image gallery item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
<summary>
<para>Creates a new image gallery 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 ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.Text 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ThumbnailUrl property.</param>
<param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail image within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.FullscreenViewerThumbnailUrl property.</param>
<param name="fullscreenViewerText">A <see cref="T:System.String"/> value specifying the text (description) of the current image item within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.FullscreenViewerText property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing the newly created image gallery item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Add(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
<para>Creates a new image gallery 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 ImageGallery item&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.Text 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.ThumbnailUrl property.</param>
<param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail image within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.FullscreenViewerThumbnailUrl property.</param>
<param name="fullscreenViewerText">A <see cref="T:System.String"/> value specifying the text (description) of the current image item within the full-screen viewer. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.FullscreenViewerText 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="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.NavigateUrl property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing the newly created image gallery item.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual image gallery items within the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItemCollection"/>.</para>
</summary>
<param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryItem"/> object representing the image gallery item located at the specified index within the collection.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxImageGalleryPagerPageSizeItemSettings">
<summary>
<para>Contains pager size item settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryPagerPageSizeItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryPagerPageSizeItemSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxImageGalleryPagerSettings">
<summary>
<para>Contains the ImageGallery&#39;s pager settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageGalleryPagerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageGalleryPagerSettings"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxImageSlider">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageSlider.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageSlider"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageSlider.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.MVCxImageSliderItem">
<summary>
<para>Represents an ImageSlider item.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/>.ImageUrl property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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&#39;s image. This value is assigned to the <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/>.ImageUrl 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="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/>.ThumbnailUrl 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 <see cref="T:DevExpress.Web.Mvc.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&#39;s image. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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 <see cref="T:DevExpress.Web.Mvc.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&#39;s image. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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.ImageSliderItem.Text"/> property.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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&#39;s image. This value is assigned to the <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl"/> 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.ImageSliderItem.ThumbnailUrl"/> 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.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.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.ImageSliderItem.Name"/> property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageSliderItem.SetTemplateContent(System.Action{DevExpress.Web.ImageSliderItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the image slider item&#39;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&#39;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.Action{DevExpress.Web.ImageSliderItemTemplateContainer})">
<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.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.SetThumbnailTemplateContent(System.Action{DevExpress.Web.ImageSliderItemTemplateContainer})">
<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.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 <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItemCollection"/> class with default settings.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> object representing the newly created image item.</returns>
</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">An <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(System.Action{DevExpress.Web.Mvc.MVCxImageSliderItem})">
<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(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&#39;s image. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> 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&#39;s image. This value is assigned to the <see cref="P:DevExpress.Web.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.ImagePropertiesBase.Url"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> 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&#39;s image. This value is assigned to the <see cref="P:DevExpress.Web.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.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.ImageSliderItem.NavigateUrl"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> 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&#39;s image. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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.ImageSliderItem.Text"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> 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&#39;s image. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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.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.ImageSliderItem.Name"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItemCollection"/>.</para>
</summary>
<param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxImageSliderItem"/> object representing the image slider item located at the specified index within the collection.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxImageZoom">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageZoom.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageZoom"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxImageZoomNavigator">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageZoomNavigator.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxImageZoomNavigator"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxImageZoomNavigator.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.MVCxLabel">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxLabel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.MVCxLabelProperties">
<summary>
<para>Contains Label specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxLabelProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxLabelProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxLabelProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxLabelProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxLabelProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxLabelProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxLayoutItemCaptionSettings">
<summary>
<para>Contains the layout item caption settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxLayoutItemCaptionSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxLayoutItemCaptionSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxLayoutItemCaptionSettings.#ctor(DevExpress.Web.Mvc.MVCxFormLayoutItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxLayoutItemCaptionSettings"/> class with the specified owner.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItem"/> object that represents the owner of the created object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxLayoutItemCaptionSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxLayoutItemCaptionSettings.AssociatedNestedExtensionName">
<summary>
<para>Gets or sets the name of a nested to a layout item extension that the caption is associated with.</para>
</summary>
<value>A string value corresponding to the nested extension name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxListBox">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListBox"/> class with default settings.</para>
</summary>
</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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBox.ValidationSettings">
<summary>
<para>Gets the list box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxListBoxColumn">
<summary>
<para>Contains settings that define an individual column within list editors.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumn.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumn"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumn.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumn"/> class with the specified field name.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of a data field. This value is assigned to the <see cref="P:DevExpress.Web.ListBoxColumn.FieldName"/> property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumn.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the associated data field. This value is assigned to the <see cref="P:DevExpress.Web.ListBoxColumn.FieldName"/> property.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the column&#39;s caption. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption"/> property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumn.#ctor(System.String,System.String,System.Web.UI.WebControls.Unit)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumn"/> class with the specified settings.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the associated data field. This value is assigned to the <see cref="P:DevExpress.Web.ListBoxColumn.FieldName"/> property.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the column&#39;s caption. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption"/> property.</param>
<param name="width">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the column width. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Width"/> property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumn.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object, whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumn.SetColumnCellTemplateContent(System.Action{DevExpress.Web.Mvc.MVCxListBoxColumnCellTemplateContainer})">
<summary>
<para>Allows setting a common template used for displaying the content of all cells within the column.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumn.SetColumnCellTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of all column cells.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxListBoxColumnCellTemplateContainer">
<summary>
<para>A container for the templates used to render cells within a list editor column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumnCellTemplateContainer.#ctor(DevExpress.Web.ListEditItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumnCellTemplateContainer"/> class with the specified setting.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object specifying the item to which the current object belongs.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxColumnCellTemplateContainer.ViewContext">
<summary>
<para>Provides access to the view context.</para>
</summary>
<value>A <see cref="T:System.Web.Mvc.ViewContext"/> object encapsulating information related to rendering a view.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxListBoxColumnCollection">
<summary>
<para>Represents a collection of columns for list editors.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumnCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumnCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumnCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumnCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumnCollection.Add">
<summary>
<para>Adds a new column to the end of the collection and returns the newly created object.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumnCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxListBoxColumn})">
<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.MVCxListBoxColumn"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumnCollection.Add(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 the associated data field. This value is assigned to the <see cref="P:DevExpress.Web.ListBoxColumn.FieldName"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumnCollection.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 the associated data field. This value is assigned to the <see cref="P:DevExpress.Web.ListBoxColumn.FieldName"/> property.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the column&#39;s caption. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListBoxColumnCollection.Add(System.String,System.String,System.Web.UI.WebControls.Unit)">
<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 the associated data field. This value is assigned to the <see cref="P:DevExpress.Web.ListBoxColumn.FieldName"/> property.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the column&#39;s caption. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption"/> property.</param>
<param name="width">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the column width. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Width"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumn"/> object that is the newly added column.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxListBoxProperties">
<summary>
<para>Contains ListBox specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.Caption">
<summary>
<para>Gets or sets the ListBox caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the ListBox caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.Columns">
<summary>
<para>Provides access to a list box columns collection.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumnCollection"/> object that is a collection of columns.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.EnableCallbackMode">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxListBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListBoxProperties.ValidationSettings">
<summary>
<para>Gets the list box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer">
<summary>
<para>A container for the templates used to render list edit items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer.#ctor(DevExpress.Web.ListEditItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer"/> class with the specified setting.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object specifying the item to which the current object belongs.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer.ViewContext">
<summary>
<para>Provides access to the view context.</para>
</summary>
<value>A <see cref="T:System.Web.Mvc.ViewContext"/> object encapsulation information related to rendering a view.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxLoadingPanel">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxLoadingPanel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxLoadingPanel"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxLoadingPanel.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.MVCxLoadingPanel.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxMemo">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxMemo.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemo.ValidationSettings">
<summary>
<para>Gets the memo&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxMemoProperties">
<summary>
<para>Contains Memo specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxMemoProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxMemoProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.ValidationSettings">
<summary>
<para>Gets the memo&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxMemoProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxMenu">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxMenu.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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="P:DevExpress.Web.Mvc.MVCxMenu.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.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuStyles"/> object that provides style settings for view elements.</value>
</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">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxMenuItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxMenuItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxMenuItem"/> class with the specified setting.</para>
</summary>
<param name="text"></param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxMenuItem.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the client region&#39;s content of the current menu item&#39;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.SetSubMenuTemplateContent(System.String)">
<summary>
<para>Allows setting a template to display the client region content of the current menu item&#39;s submenus.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxMenuItem.SetTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<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.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.SetTextTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<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.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 <see cref="T:DevExpress.Web.Mvc.MVCxMenuItemCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxMenuItemCollection.#ctor(DevExpress.Web.MenuItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxMenuItemCollection"/> class with the specified owner item.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.Web.MenuItem"/> object representing the parent item for the created collection.</param>
</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.Action{DevExpress.Web.Mvc.MVCxMenuItem})">
<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.Add(System.String)">
<summary>
<para>Adds a new item to the collection and specifies the item&#39;s display text.</para>
</summary>
<param name="text"></param>
<returns></returns>
</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&#39;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&#39;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.String,System.String,System.String,System.String)">
<summary>
<para>Adds a new menu item to the collection and specifies the item&#39;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&#39;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.FindByName(System.String)">
<summary>
<para>Returns an item object with the specified <see cref="P:DevExpress.Web.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.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 <see cref="T:DevExpress.Web.Mvc.MVCxMenuItemCollection"/>.</para>
</summary>
<param name="index">An integer that specifies the zero-based index of the required item within the collection.</param>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxMenuItem"/> object which is the item at the specified index.</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.MVCxNavBar">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBar"/> class with default settings.</para>
</summary>
</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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.NavBarStyles"/> object that provides style settings for view elements.</value>
</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">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/> class with the specified settings.</para>
</summary>
<param name="text">The text content of the group&#39;s header</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/> class with the specified settings.</para>
</summary>
<param name="text">The text content of the group&#39;s header</param>
<param name="name">The group&#39;s name</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/> class with the specified settings.</para>
</summary>
<param name="text">The text content of the group&#39;s header.</param>
<param name="name">The group&#39;s name.</param>
<param name="imageUrl">Path to the image displayed within the group&#39;s header.</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 <see cref="T:DevExpress.Web.Mvc.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,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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="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.Action{DevExpress.Web.NavBarGroupTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the client region&#39;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.SetContentTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the client region 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.SetHeaderTemplateCollapsedContent(System.Action{DevExpress.Web.NavBarGroupTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the content of the group&#39;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&#39;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.Action{DevExpress.Web.NavBarGroupTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the content of the group&#39;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.SetHeaderTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the content of the group&#39;s header.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarGroup.SetItemTemplateContent(System.Action{DevExpress.Web.NavBarItemTemplateContainer})">
<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.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.SetItemTextTemplateContent(System.Action{DevExpress.Web.NavBarItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the text 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.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.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 <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroupCollection"/> class with default settings.</para>
</summary>
</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.Action{DevExpress.Web.Mvc.MVCxNavBarGroup})">
<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.Add(System.String)">
<summary>
<para>Adds a new group to the collection and specifies the group&#39;s display text.</para>
</summary>
<param name="text"></param>
<returns></returns>
</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&#39;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,System.String,System.String)">
<summary>
<para>Adds a new group to the collection and specifies the group&#39;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(System.String,System.String,System.String,System.String)">
<summary>
<para>Adds a new group to the collection and specifies the group&#39;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&#39;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.FindByName(System.String)">
<summary>
<para>Returns a group object with the specified <see cref="P:DevExpress.Web.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.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 <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroupCollection"/>.</para>
</summary>
<param name="index">An integer that specifies the zero-based index of the required item within the collection.</param>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroup"/> object which is the item at the specified index.</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.MVCxNavBarItem">
<summary>
<para>Represents an individual item within the NavBar.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBarItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBarItem"/> class with the specified settings.</para>
</summary>
<param name="text">The text content of the navbar&#39;s item.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarItem.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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(System.String,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.#ctor(System.String,System.String,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.SetTemplateContent(System.Action{DevExpress.Web.NavBarItemTemplateContainer})">
<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.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.SetTextTemplateContent(System.Action{DevExpress.Web.NavBarItemTemplateContainer})">
<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="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="T:DevExpress.Web.Mvc.MVCxNavBarItemCollection">
<summary>
<para>Represents a collection of items within a navbar group.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBarItemCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxNavBarItemCollection.#ctor(DevExpress.Web.NavBarGroup)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxNavBarItemCollection"/> class with the specified owner group.</para>
</summary>
<param name="group">A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the parent group for the created collection.</param>
</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.Action{DevExpress.Web.Mvc.MVCxNavBarItem})">
<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.Add(System.String)">
<summary>
<para>Adds a new item to the collection and specifies the item&#39;s display text.</para>
</summary>
<param name="text"></param>
<returns></returns>
</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&#39;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&#39;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.String,System.String,System.String,System.String)">
<summary>
<para>Adds a new item to the collection and specifies the item&#39;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&#39;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.FindByName(System.String)">
<summary>
<para>Returns an item object with the specified <see cref="P:DevExpress.Web.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.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 <see cref="T:DevExpress.Web.Mvc.MVCxNavBarItemCollection"/>.</para>
</summary>
<param name="index">An integer that specifies the zero-based index of the required item within the collection.</param>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxNavBarItem"/> object which is the item at the specified index.</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.MVCxPageControl">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPageControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPageControl"/> class with default settings.</para>
</summary>
</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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.TabControlStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxPanel">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPanel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPanel"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPanel.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.MVCxPivotGrid">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGrid.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPivotGrid"/> class with default settings.</para>
</summary>
</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 true.</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>true if a DevExpress extension callback is being processed; otherwise, false.</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></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="T:DevExpress.Web.Mvc.MVCxPivotGridExporter">
<summary>
<para>Performs WYSIWYG PivotGrid export and raises export events.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGridExporter.#ctor(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridExporter"/> class.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGridExporter.#ctor(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridExporter"/> class.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings.</param>
<param name="connectionString">A System.String that specifies the connection string to a data source.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGridExporter.Dispose">
<summary>
<para>Disposes of the <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridExporter"/> object.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxPivotGridExporter.PivotGrid">
<summary>
<para>Provides access to an instance of the Pivot Grid control which is used to prepare an exported document.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> control.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxPivotGridExportSettings">
<summary>
<para>Contains the export settings to be applied when the PivotGrid&#39;s data is exported.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridExportSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.BeforeExport">
<summary>
<para>Enables you to perform custom actions before the pivot grid content is exported.</para>
</summary>
<value>An <see cref="T:System.EventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxPivotGridExportSettings.CustomExportCell">
<summary>
<para>Enables you to specify a different content for individual cells, if the PivotGrid is exported in the WYSIWYG mode.</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, if the PivotGrid is exported in the WYSIWYG mode.</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, if the PivotGrid is exported in the WYSIWYG mode.</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.WebPivotGridOptionsPrint"/> object that contains the pivot grid&#39;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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridField"/> object within the control. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Area"/> property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGridField.SetHeaderTemplateContent(System.Action{DevExpress.Web.ASPxPivotGrid.PivotGridHeaderTemplateContainer})">
<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.Action{DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer})">
<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.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="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 <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridFieldCollection"/> class with default settings.</para>
</summary>
</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.Action{DevExpress.Web.Mvc.MVCxPivotGridField})">
<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(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="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 <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebGroup"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxPivotGridWebGroupCollection">
<summary>
<para>Represents the PivotGrid&#39;s group collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGridWebGroupCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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&#39;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.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 <see cref="T:DevExpress.Web.Mvc.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>true to calculate summary variations and running totals throughout the Pivot Grid; false 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>true if data is grouped case-sensitive; otherwise, false.</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.DataProcessingEngine">
<summary>
<para>Gets or sets an engine used to perform data processing (aggregation, summarization, etc.) in the pivot grid.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotDataProcessingEngine"/> enumeration value that specifies an engine used to perform data processing in the pivot grid.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.DirectDataAccessInClientMode">
<summary>
<para></para>
</summary>
<value></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>true to take into account filter conditions of visible filter fields only; false to take into account filter conditions of all filter fields.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData.OptimizeSummaryTypeCalculation">
<summary>
<para></para>
</summary>
<value></value>
</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 <see cref="T:DevExpress.Web.Mvc.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 data header.</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>true to display data field headers as column headers; false to hide data field headers.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsDataField.FieldNaming">
<summary>
<para>Reserved for future use.</para>
</summary>
<value></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.MVCxPivotGridWebOptionsLoadingPanel">
<summary>
<para>Provides settings that affect the Loading Panel&#39;s appearance and functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsLoadingPanel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsLoadingPanel"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsView">
<summary>
<para>Provides view options for the PivotGrid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsView"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxPopupControl">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxPopupControl.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.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxPopupMenu">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupMenu.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPopupMenu"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxPopupMenu.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.MVCxPopupMenu.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.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxPopupWindow">
<summary>
<para>An individual popup window within PopupControl.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> class with the specified text.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the popup window&#39;s content text. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.Text"/> property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the popup window&#39;s content text. This value is assigned to the <see cref="P:DevExpress.Web.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.PopupWindow.Name"/> property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the popup window&#39;s content text. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.Text"/> property.</param>
<param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created popup window. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.Name"/> property.</param>
<param name="headerText">A <see cref="T:System.String"/> value specifying the popup window&#39;s header text. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.HeaderText"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindow"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the popup window&#39;s content text. This value is assigned to the <see cref="P:DevExpress.Web.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.PopupWindow.Name"/> property.</param>
<param name="headerText">A <see cref="T:System.String"/> value specifying the popup window&#39;s header text. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.HeaderText"/> property.</param>
<param name="footerText">A <see cref="T:System.String"/> value specifying the popup window&#39;s footer text. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.FooterText"/> property.</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.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.SetContentTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the popup window&#39;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&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetFooterContentTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the content of a popup window&#39;s footer.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetFooterContentTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of a popup window&#39;s footer.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetFooterTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the popup window footer&#39;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&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetHeaderContentTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the content of a popup window&#39;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.MVCxPopupWindow.SetHeaderContentTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of a popup window&#39;s header.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxPopupWindow.SetHeaderTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the popup window header&#39;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&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxPopupWindowCollection"/> class with default settings.</para>
</summary>
</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.Action{DevExpress.Web.Mvc.MVCxPopupWindow})">
<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.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&#39;s content text. This value is assigned to the <see cref="P:DevExpress.Web.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.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&#39;s content text. This value is assigned to the <see cref="P:DevExpress.Web.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.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,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&#39;s content text. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.Text"/> property.</param>
<param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created popup window. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.Name"/> property.</param>
<param name="headerText">A <see cref="T:System.String"/> value specifying the popup window&#39;s header text. This value is assigned to the <see cref="P:DevExpress.Web.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&#39;s content text. This value is assigned to the <see cref="P:DevExpress.Web.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.PopupWindow.Name"/> property.</param>
<param name="headerText">A <see cref="T:System.String"/> value specifying the popup window&#39;s header text. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindow.HeaderText"/> property.</param>
<param name="footerText">A <see cref="T:System.String"/> value specifying the popup window&#39;s footer text. This value is assigned to the <see cref="P:DevExpress.Web.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.FindByName(System.String)">
<summary>
<para>Returns a popup window object with the specified <see cref="P:DevExpress.Web.PopupWindow.Name"/> property value.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.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.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 (&#0045;1).</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.MVCxProgressBar">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxProgressBar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.MVCxProgressBarProperties">
<summary>
<para>Contains ProgressBar specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxProgressBarProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxProgressBarProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxProgressBarProperties.Caption">
<summary>
<para>Gets or sets the progress bar caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the progress bar caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxProgressBarProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxProgressBarProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettingsBase"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxProgressBarProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxProgressBarProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxProgressBarProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxProgressBarProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxProgressBarProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxProgressBarProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxProgressBarProperties.Width">
<summary>
<para>Gets or sets the width of the progress bar.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the width of the progress bar.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxQueryBuilder">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxQueryBuilder.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxQueryBuilder"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxQueryBuilderClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:DevExpress.Web.Mvc.MVCxQueryBuilder"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxQueryBuilderClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxQueryBuilderClientSideEvents"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxQueryBuilderClientSideEvents.SaveCommandExecuted">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-MVCxClientReportDesigner.SaveCommandExecuted"/> event.</para>
</summary>
<value>A string, specifying 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.MVCxRadioButton">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRadioButton.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButton.ValidationSettings">
<summary>
<para>Gets the radio button&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRadioButtonList">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRadioButtonList.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonList.ValidationSettings">
<summary>
<para>Gets the radio button list&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRadioButtonListProperties">
<summary>
<para>Contains RadioButtonList specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonListProperties.Caption">
<summary>
<para>Gets or sets the RadioButtonList caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the RadioButtonList caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonListProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonListProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonListProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonListProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxRadioButtonListProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonListProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonListProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxRadioButtonListProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonListProperties.ValidationSettings">
<summary>
<para>Gets the radio button list&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRadioButtonProperties">
<summary>
<para>Contains RadioButton specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxRadioButtonProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxRadioButtonProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRadioButtonProperties.ValidationSettings">
<summary>
<para>Gets the radio button&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRatingControl">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRatingControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRatingControl"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxReportDesigner">
<summary>
<para>An ASP.NET MVC equivalent of the <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxReportDesigner.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxReportDesigner"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxReportDesignerClientSideEvents">
<summary>
<para>Provides additional client-side events to an <see cref="T:js-MVCxClientReportDesigner"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxReportDesignerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxReportDesignerClientSideEvents"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxReportDesignerClientSideEvents.SaveCommandExecuted">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-MVCxClientReportDesigner.SaveCommandExecuted"/> event.</para>
</summary>
<value>A string, specifying 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.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 <see cref="T:DevExpress.Web.Mvc.MVCxReportToolbar"/> class with default settings.</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 <see cref="T:DevExpress.Web.Mvc.MVCxReportViewer"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxReportViewer.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="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 <see cref="T:DevExpress.Web.Mvc.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 the <see cref="P:js-MVCxClientReportViewer.BeforeExportRequest"/> event.</para>
</summary>
<value>A string, specifying 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.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 <see cref="T:DevExpress.Web.Mvc.MVCxResourceStorage"/> class with the 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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbon">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbon.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbon"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbon.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.MVCxRibbonComboBoxItem">
<summary>
<para>Represents an individual item of a combo box in the ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonComboBoxItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonComboBoxItem"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRibbonComboBoxItem.PropertiesComboBox">
<summary>
<para>Provides access to the settings which are specific to the combo box in the ribbon.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties"/> object containing the combo box&#39;s specific settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties">
<summary>
<para>Contains settings specific to a combo box in the ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties"/> class with specified settings.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties.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.MVCxRibbonComboBoxProperties.Columns">
<summary>
<para>Provides access to a collection of combo box columns in the ribbon.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxListBoxColumnCollection"/> object that is a collection of columns.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties.SetItemTemplateContent(System.Action{DevExpress.Web.Mvc.MVCxListEditItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the content of all ribbon&#39;s items.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties.SetItemTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the content of all ribbon&#39;s items.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties.ValidationSettings">
<summary>
<para>Gets the ribbon combo box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonContextTabCategory">
<summary>
<para>An individual context tab category in the Ribbon extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonContextTabCategory.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonContextTabCategory"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonContextTabCategory.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonContextTabCategory"/> class with the specified name.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the created context tab category&#39;s name.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRibbonContextTabCategory.Tabs">
<summary>
<para>Gets the collection of tabs contained in the current context tab category.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTabCollection"/> object that is the collection of tabs.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonContextTabCategoryCollection">
<summary>
<para>A collection of context tab categories in the Ribbon extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonContextTabCategoryCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonContextTabCategoryCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonContextTabCategoryCollection.Add(System.String)">
<summary>
<para>Adds a new context tab category with the specified name to the end of the collection and returns the newly created object.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the created category&#39;s name. Initializes the <see cref="P:DevExpress.Web.RibbonContextTabCategory.Name"/> property.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxRibbonContextTabCategory"/> object that is the newly created context tab category.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonGroup">
<summary>
<para>Represents an individual group within the Ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroup"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroup"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the Ribbon&#39;s group label.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonGroup.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroup"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the Ribbon&#39;s group label.</param>
<param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created Ribbon group.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRibbonGroup.Items">
<summary>
<para>Gets the collection of items in the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroup"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxRibbonItemCollection"/> instance that is the collection of items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonGroupCollection">
<summary>
<para>Represents a collection of groups within the Ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonGroupCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroupCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonGroupCollection.Add">
<summary>
<para>Adds a new Ribbon group to the end of the collection and returns the newly created object.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroup"/> object that is the newly created group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonGroupCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxRibbonGroup})">
<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.MVCxRibbonGroup"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroup"/> object that is the newly created group.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonGroupCollection.Add(System.String)">
<summary>
<para>Adds a new group with the specified text to the collection.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value that specifies the created group display text. Initializes the group&#39;s <see cref="P:DevExpress.Web.RibbonGroup.Text"/> (via the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroup"/>.Text) property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroup"/> object that is the newly created group.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonItemCollection">
<summary>
<para>Represents a collection of items within the Ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonItemCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonItemCollection.Add(DevExpress.Web.Mvc.MVCxRibbonItemType)">
<summary>
<para>Creates a new item with the specified settings and adds it to the collection.</para>
</summary>
<param name="type">One of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonItemType"/> enumeration values specifying the type of the item.</param>
<returns>An <see cref="T:DevExpress.Web.RibbonItemBase"/> object that is the newly created item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonItemCollection.Add(DevExpress.Web.Mvc.MVCxRibbonItemType,System.Action{DevExpress.Web.RibbonItemBase})">
<summary>
<para>Creates a new item with the specified settings and adds it to the collection.</para>
</summary>
<param name="type">One of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonItemType"/> enumeration values specifying the type of the item.</param>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.RibbonItemBase"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.RibbonItemBase"/> object that is the newly created item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonItemCollection.Add(DevExpress.Web.Mvc.MVCxRibbonItemType,System.String)">
<summary>
<para>Creates a new item with the specified settings and adds it to the collection.</para>
</summary>
<param name="type">One of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonItemType"/> enumeration values specifying the type of the item.</param>
<param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the newly created item.</param>
<returns>An <see cref="T:DevExpress.Web.RibbonItemBase"/> object that is the newly created item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonItemCollection.Add(DevExpress.Web.Mvc.MVCxRibbonItemType,System.String,System.String)">
<summary>
<para>Creates a new item with the specified settings and adds it to the collection.</para>
</summary>
<param name="type">One of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonItemType"/> enumeration values specifying the type of the item.</param>
<param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the newly created item.</param>
<param name="text">A <see cref="T:System.String"/> value specifying the text displayed within the item.</param>
<returns>An <see cref="T:DevExpress.Web.RibbonItemBase"/> object that is the newly created item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonItemType">
<summary>
<para>Lists values that specify the Ribbon item type.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.ButtonItem">
<summary>
<para>A ribbon item used to display the button functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.CheckBoxItem">
<summary>
<para>A ribbon item used to display the check box functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.ColorButtonItem">
<summary>
<para>A ribbon item used to display the color picker functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.ComboBoxItem">
<summary>
<para>A ribbon item used to display the combo box functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.DateEditItem">
<summary>
<para>A ribbon item used to display the date editor functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.DropDownButtonItem">
<summary>
<para>A ribbon item used to display the drop down editor functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.DropDownToggleButtonItem">
<summary>
<para>A ribbon item used to display the drop down toggle button functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.GalleryBarItem">
<summary>
<para>A ribbon item used to display the gallery bar functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.GalleryDropDownItem">
<summary>
<para>A ribbon item used to display the drop-down gallery functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.OptionButtonItem">
<summary>
<para>A ribbon item used to display the option button functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.SpinEditItem">
<summary>
<para>A ribbon item used to display the spin editor functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.TemplateItem">
<summary>
<para>A ribbon item used to display the templated item.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.TextBoxItem">
<summary>
<para>A ribbon item used to display the text box functionality.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxRibbonItemType.ToggleButtonItem">
<summary>
<para>A ribbon item used to display the toggle button functionality.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonTab">
<summary>
<para>Represents an individual tab within the Ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTab.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTab"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTab.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTab"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the Ribbon tab&#39;s text.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRibbonTab.Groups">
<summary>
<para>Gets the collection of groups contained within the Ribbon tab.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxRibbonGroupCollection"/> object that is a collection of groups contained within the Ribbon tab.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonTabCollection">
<summary>
<para>Represents a collection of tabs within the Ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTabCollection.#ctor(DevExpress.Web.Internal.IWebControlObject,System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTabCollection"/> class with the specified settings.</para>
</summary>
<param name="owner">An object that implements the DevExpress.Web.Internal.IWebControlObject interface.</param>
<param name="isContext">true, if the current tab collection belongs to a context tab category; otherwise, false.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTabCollection.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTabCollection"/> class with the specified setting.</para>
</summary>
<param name="isContext">true, if the current tab collection belongs to a context tab category; otherwise, false.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTabCollection.Add(System.String)">
<summary>
<para>Adds a new tab with the specified text to the collection.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value that specifies the created tab&#39;s display text. Initializes the tab&#39;s <see cref="P:DevExpress.Web.RibbonTab.Text"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTab"/> object that is the newly created tab.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRibbonTemplateItem">
<summary>
<para>Represents a template item within the Ribbon.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTemplateItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTemplateItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTemplateItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTemplateItem"/> class with the specified name.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the name of the created item.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTemplateItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTemplateItem.SetContent(System.Action{DevExpress.Web.Internal.RibbonTemplateItemControl})">
<summary>
<para>Allows you to custom render the Ribbon&#39;s template item content.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRibbonTemplateItem.SetContent(System.String)">
<summary>
<para>Allows you to custom render the Ribbon&#39;s template item content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRichEdit">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRichEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxRichEdit"></see> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxRichEdit.IsCallback">
<summary>
<para>Gets a value indicating whether a callback sent by the RichEdit extension is currently being processed.</para>
</summary>
<value>true, if a RichEdit callback is being processed; otherwise, false.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRichEdit.IsInternalServiceCallback">
<summary>
<para>Gets a value indicating whether a specific service callback sent by the RichEdit extension is currently being processed.</para>
</summary>
<returns>true, if a RichEdit callback is being processed; otherwise, false.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxRoundPanel">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxRoundPanel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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="P:DevExpress.Web.Mvc.MVCxRoundPanel.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.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RoundPanelStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxScheduler">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxScheduler.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxScheduler"/> class with default settings.</para>
</summary>
</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>true if a DevExpress extension callback is being processed; otherwise, false.</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.MVCxSchedulerAgendaView">
<summary>
<para>Represents an Agenda View.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerAgendaView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerAgendaView"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerAgendaView.SetToolbarViewNavigatorTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewNavigatorTemplateContainer})">
<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.MVCxSchedulerAgendaView.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.MVCxSchedulerAgendaView.SetToolbarViewSelectorTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewSelectorTemplateContainer})">
<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.MVCxSchedulerAgendaView.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.MVCxSchedulerAgendaView.SetToolbarViewVisibleIntervalTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewVisibleIntervalTemplateContainer})">
<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.MVCxSchedulerAgendaView.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="T:DevExpress.Web.Mvc.MVCxSchedulerClientSideEvents">
<summary>
<para>Contains a client-side <see cref="T:DevExpress.Web.Mvc.MVCxScheduler"/> event list.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerClientSideEvents"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSchedulerClientSideEvents.ToolTipDisplaying">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle an extension&#39;s client ToolTipDisplaying 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.MVCxSchedulerDayView">
<summary>
<para>Contains settings for the scheduler&#39;s Day view.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerDayView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerDayView"/> class with the 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{DevExpress.Web.ASPxScheduler.AllDayAreaTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.DateHeaderTemplateContainer})">
<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.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.SetDayOfWeekHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DayOfWeekHeaderTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.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.SetHorizontalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.RightTopCornerTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.TimeCellBodyTemplateContainer})">
<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.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.SetTimeRulerHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.TimeRulerHeaderTemplateContainer})">
<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.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.SetTimeRulerMinuteItemTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.TimeRulerMinuteItemTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ToolbarViewNavigatorTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.ToolbarViewSelectorTemplateContainer})">
<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.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.SetToolbarViewVisibleIntervalTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewVisibleIntervalTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.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 <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerExportSettings"/> class with the 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.MVCxSchedulerFullWeekView">
<summary>
<para>Contains settings for the scheduler&#39;s Full Week view.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerFullWeekView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerFullWeekView"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetAllDayAreaTemplateMethod(System.Action{DevExpress.Web.ASPxScheduler.AllDayAreaTemplateContainer})">
<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.MVCxSchedulerFullWeekView.SetDateHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DateHeaderTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetDayOfWeekHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DayOfWeekHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the header indicating the day of week.</para>
</summary>
<param name="contentMethod">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetHorizontalAppointmentTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetHorizontalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetHorizontalSameDayAppointmentTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetRightTopCornerTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.RightTopCornerTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetTimeCellBodyTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.TimeCellBodyTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetTimeRulerHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.TimeRulerHeaderTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetTimeRulerMinuteItemTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.TimeRulerMinuteItemTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetToolbarViewNavigatorTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewNavigatorTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetToolbarViewSelectorTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewSelectorTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetToolbarViewVisibleIntervalTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewVisibleIntervalTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetVerticalAppointmentTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.SetVerticalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.MVCxSchedulerFullWeekView.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.MVCxSchedulerFullWeekView.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.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 <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerImportSettings"/> class with the 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.MVCxSchedulerMonthView">
<summary>
<para>Contains settings for the scheduler&#39;s Month (Multi-week) view.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerMonthView"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerMonthView.SetDateCellBodyTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DateCellBodyTemplateContainer})">
<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.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.SetDateCellHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DateCellHeaderTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.DateHeaderTemplateContainer})">
<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.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.SetDayOfWeekHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DayOfWeekHeaderTemplateContainer})">
<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.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.SetHorizontalAppointmentTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.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.SetHorizontalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ToolbarViewNavigatorTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.ToolbarViewSelectorTemplateContainer})">
<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.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.SetToolbarViewVisibleIntervalTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewVisibleIntervalTemplateContainer})">
<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.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.SetVerticalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.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 <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms"/> class with the 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.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="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.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.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.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="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsForms.SetAppointmentFormTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer})">
<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.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.SetAppointmentInplaceEditorFormTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer})">
<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.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.SetGotoDateFormTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.RecurrentAppointmentDeleteFormTemplateContainer})">
<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.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.SetRecurrentAppointmentEditFormTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.RecurrentAppointmentDeleteFormTemplateContainer})">
<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.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.SetRemindersFormTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.RemindersFormTemplateContainer})">
<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="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="T:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips">
<summary>
<para>Provides properties and methods which allow you to specify tooltip visibility, layout options and templates used for rendering tooltips.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.SetAppointmentDragToolTipTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for rendering a tooltip for an appointment being dragged.</para>
</summary>
<param name="method">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.SetAppointmentDragToolTipTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering a tooltip for an appointment being dragged.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.SetAppointmentMobileToolTipTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the appointment tooltip on mobile.</para>
</summary>
<param name="method">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.SetAppointmentMobileToolTipTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the appointment tooltip on mobile.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.SetAppointmentToolTipTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the appointment tooltip.</para>
</summary>
<param name="method">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.SetAppointmentToolTipTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the appointment tooltip.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.SetSelectionToolTipTemplateContent(System.Action)">
<summary>
<para>Allows you to provide a template for the tooltip shown for a selected area in the scheduler.</para>
</summary>
<param name="method">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips.SetSelectionToolTipTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for the tooltip shown for a selected area in the scheduler.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerStorage"/> class with the 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="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="T:DevExpress.Web.Mvc.MVCxSchedulerStorageControl">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorageControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerStorageControl"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerStorageControl.#ctor(System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerStorageControl"/> class.</para>
</summary>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> object that is the view context.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSchedulerStorageControl.Storage">
<summary>
<para>Provides access to the storage object of the scheduler storage control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerStorage"/> object that is the storage for appointments and resources for the scheduler storage control.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxSchedulerTimelineView">
<summary>
<para>Contains settings for the scheduler&#39;s Timeline view.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerTimelineView"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerTimelineView.SetDateHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DateHeaderTemplateContainer})">
<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.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.SetDayOfWeekHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DayOfWeekHeaderTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.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.SetTimelineCellBodyTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.TimelineCellBodyTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.TimelineDateHeaderTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ToolbarViewNavigatorTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.ToolbarViewSelectorTemplateContainer})">
<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.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.SetToolbarViewVisibleIntervalTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewVisibleIntervalTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.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 <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerViewRepository"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.AgendaView">
<summary>
<para>Gets an object that defines the settings of the scheduler&#39;s Agenda view.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerAgendaView"/> object that is the Agenda View in the scheduling area.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.DayView">
<summary>
<para>Gets an object that defines the settings of the scheduler&#39;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.FullWeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler&#39;s Full Week view.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerFullWeekView"/> object that is the Full Week view settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSchedulerViewRepository.MonthView">
<summary>
<para>Gets an object that defines the settings of the scheduler&#39;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&#39;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&#39;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&#39;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.MVCxSchedulerWeekView">
<summary>
<para>Contains settings for the scheduler&#39;s Week view.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerWeekView"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerWeekView.SetDateCellBodyTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DateCellBodyTemplateContainer})">
<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.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.SetDateCellHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DateCellHeaderTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.DateHeaderTemplateContainer})">
<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.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.SetDayOfWeekHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DayOfWeekHeaderTemplateContainer})">
<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.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.SetHorizontalAppointmentTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.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.SetHorizontalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ToolbarViewNavigatorTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.ToolbarViewSelectorTemplateContainer})">
<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.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.SetToolbarViewVisibleIntervalTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewVisibleIntervalTemplateContainer})">
<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.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.SetVerticalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.MVCxSchedulerWorkWeekView">
<summary>
<para>Contains settings for the scheduler&#39;s WorkWeek view.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerWorkWeekView"/> class with the 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{DevExpress.Web.ASPxScheduler.AllDayAreaTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.DateHeaderTemplateContainer})">
<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.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.SetDayOfWeekHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DayOfWeekHeaderTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.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.SetRightTopCornerTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.RightTopCornerTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.TimeCellBodyTemplateContainer})">
<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.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.SetTimeRulerHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.TimeRulerHeaderTemplateContainer})">
<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.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.SetTimeRulerMinuteItemTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.TimeRulerMinuteItemTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ToolbarViewNavigatorTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.ToolbarViewSelectorTemplateContainer})">
<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.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.SetToolbarViewVisibleIntervalTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ToolbarViewVisibleIntervalTemplateContainer})">
<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.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.SetVerticalAppointmentTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.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.SetVerticalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.MVCxSpellChecker">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellChecker.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpellChecker"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpellChecker.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.MVCxSpellChecker.IsCallback">
<summary>
<para>Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.</para>
</summary>
<value>true if a DevExpress extension callback is being processed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpellChecker.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.MVCxSpellCheckerDictionaryCollection">
<summary>
<para>A collection of dictionaries for the Spell Checker</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.Add">
<summary>
<para>Adds a new dictionary to the end of the collection and returns the newly created object.</para>
</summary>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.Add(System.Action{DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary})">
<summary>
<para>Adds a new dictionary to the collection and allows you to modify this dictionary in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary"/> as a parameter.</param>
<returns>A newly added and customized <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.AddCustomDictionary">
<summary>
<para>Adds a new custom dictionary to the end of the collection and returns the newly created object.</para>
</summary>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.AddCustomDictionary(System.Action{DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary})">
<summary>
<para>Adds a new custom dictionary to the collection and allows you to modify this dictionary in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary"/> as a parameter.</param>
<returns>A newly added and customized <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.AddHunspellDictionary">
<summary>
<para>Adds a new Hunspell dictionary to the end of the collection and returns the newly created object.</para>
</summary>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.AddHunspellDictionary(System.Action{DevExpress.Web.ASPxSpellChecker.ASPxHunspellDictionary})">
<summary>
<para>Adds a new Hunspell dictionary to the collection and allows you to modify this dictionary in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxHunspellDictionary"/> as a parameter.</param>
<returns>A newly added and customized <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxHunspellDictionary"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.AddISpellDictionary">
<summary>
<para>Adds a new ISpell dictionary to the end of the collection and returns the newly created object.</para>
</summary>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.AddISpellDictionary(System.Action{DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary})">
<summary>
<para>Adds a new ISpell dictionary to the collection and allows you to modify this dictionary in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary"/> as a parameter.</param>
<returns>A newly added and customized <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.AddOpenOfficeDictionary">
<summary>
<para>Adds a new Open Office dictionary to the end of the collection and returns the newly created object.</para>
</summary>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection.AddOpenOfficeDictionary(System.Action{DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerOpenOfficeDictionary})">
<summary>
<para>Adds a new Open Office dictionary to the collection and allows you to modify this dictionary in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerOpenOfficeDictionary"/> as a parameter.</param>
<returns>A newly added and customized <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerOpenOfficeDictionary"/> object.</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.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.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&#39;s form.</para>
</summary>
<value>A string specifying the action name.</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&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxSpinEdit">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpinEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 extension on the client side.</para>
</summary>
<returns>true, if the client-side API is enabled; otherwise, false.</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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEdit.ValidationSettings">
<summary>
<para>Gets the spin edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxSpinEditProperties">
<summary>
<para>Contains SpinEdit specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpinEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpinEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxSpinEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxSpinEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.ValidationSettings">
<summary>
<para>Gets the spin edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpinEditProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxSplitter">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSplitter.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSplitter"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSplitter.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.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SplitterStyles"/> object that provides style settings for view elements.</value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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.SplitterPane.Name"/> property.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSplitterPane.Panes">
<summary>
<para>Gets a collection that contains the pane of the splitter&#39;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.MVCxSplitterPaneCollection">
<summary>
<para>Represents a collection of panes within the Splitter.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPaneCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSplitterPaneCollection.#ctor(DevExpress.Web.SplitterPane)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSplitterPaneCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">A <see cref="T:DevExpress.Web.SplitterPane"/> object representing the parent pane for the created collection.</param>
</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(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.Action{DevExpress.Web.Mvc.MVCxSplitterPane})">
<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.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.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.FindByName(System.String)">
<summary>
<para>Returns a pane object with the specified <see cref="P:DevExpress.Web.SplitterPane.Name"/> property value.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.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.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 (&#0045;1).</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 <see cref="T:DevExpress.Web.Mvc.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.MVCxSpreadsheet">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpreadsheet.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpreadsheet"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheet.DownloadRouteValues">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.To set up the extension routing logic, use the <see cref="P:DevExpress.Web.Mvc.SpreadsheetSettings.DownloadRouteValues"/> property at the extension settings level.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheet.IsCallback">
<summary>
<para>Gets a value indicating whether a callback sent by a DevExpress extension is currently being processed.</para>
</summary>
<value>true if a DevExpress extension callback is being processed; otherwise, false.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpreadsheet.IsInternalServiceCallback">
<summary>
<para>Gets a value indicating whether an internal service callback is being currently processed.</para>
</summary>
<returns>true, if the processed callback is an internal service callback of the Spreadsheet; otherwise, false.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings">
<summary>
<para>Contains settings that are specific to customizable versions of the Spreadsheet&#39;s built-in dialogs.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.ChangeChartTypeFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Change Chart Type dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.ChartChangeHorizontalAxisTitleFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Change Chart Horizontal Axis Title dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.ChartChangeTitleFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Change Chart Title dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.ChartChangeVerticalAxisTitleFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Change Chart Vertical Axis Title dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.ChartSelectDataFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Select Chart Data Source dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.ColumnWidthFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Column Width dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.DefaultColumnWidthFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Standard Column Width dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.FindAndReplaceFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Find dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.InsertLinkFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Insert Hyperlink dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.InsertPictureFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Insert Image dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.ModifyChartLayoutFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Chart Layouts dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.ModifyChartStyleFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Chart Styles dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.OpenFileFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Open Spreadsheet File dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.RenameSheetFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Rename Sheet dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.RowHeightFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Row Height dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.SaveFileFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Save Spreadsheet File dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxSpreadsheetFormsSettings.UnhideSheetFormAction">
<summary>
<para>Gets or sets the name of an action method invoking a view (user control) that defines the Unhide Sheet dialog&#39;s form.</para>
</summary>
<value>A string specifying the action name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxSpreadsheetSettings">
<summary>
<para>Contains specific settings of the Spreadsheet.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpreadsheetSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpreadsheetSettings"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxSpreadsheetSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxSpreadsheetSettings"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</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">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTab"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTab.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTab"/> class with the specified settings.</para>
</summary>
<param name="text"></param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTab.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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(System.String,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.#ctor(System.String,System.String,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.SetActiveTabTemplateContent(System.Action{DevExpress.Web.TabControlTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the text content of the current tab when it&#39;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.SetActiveTabTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the text content of the current tab when it&#39;s active.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTab.SetActiveTabTextTemplateContent(System.Action{DevExpress.Web.TabControlTemplateContainer})">
<summary>
<para>Allows you to create a template used for displaying the text content of the current tab when it&#39;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.SetActiveTabTextTemplateContent(System.String)">
<summary>
<para>Allows you to create a template used for displaying the text content of the current tab when it&#39;s active.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTab.SetTabTemplateContent(System.Action{DevExpress.Web.TabControlTemplateContainer})">
<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="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.SetTabTextTemplateContent(System.Action{DevExpress.Web.TabControlTemplateContainer})">
<summary>
<para>Allows you to create a template used to display 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="M:DevExpress.Web.Mvc.MVCxTab.SetTabTextTemplateContent(System.String)">
<summary>
<para>Allows you to create a template used to display the text content of the current tab.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup">
<summary>
<para>Represents an individual tabbed layout group within the FormLayout.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup"/> class with default settings.</para>
</summary>
<param name="caption">A layout group caption.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.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.MVCxTabbedFormLayoutGroup.Items">
<summary>
<para>Provides access to the collection of items placed in the current tabbed group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection"/> object that represents a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1">
<summary>
<para>Represents an individual tabbed layout group within the FormLayout.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1"/> class with default settings.</para>
</summary>
<param name="caption">A layout group caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTabbedFormLayoutGroup`1.Items">
<summary>
<para>Provides access to the collection of items placed in the current tabbed group.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxFormLayoutItemCollection`1"/> object that represents a collection of layout items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTabCollection">
<summary>
<para>Represents a collection of tabs within a tabbed extension (PageControl or TabControl).</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTabCollection"/> class with default settings.</para>
</summary>
</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.Action{DevExpress.Web.Mvc.MVCxTab})">
<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.Add(System.String)">
<summary>
<para>Adds a new tab to the collection and specifies the tab&#39;s display text.</para>
</summary>
<param name="text"></param>
<returns></returns>
</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&#39;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,System.String,System.String)">
<summary>
<para>Adds a new tab to the collection and specifies the tab&#39;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(System.String,System.String,System.String,System.String)">
<summary>
<para>Adds a new tab to the collection and specifies the tab&#39;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&#39;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.FindByName(System.String)">
<summary>
<para>DevExpress.Web.TabCollection.FindByName(System.String)</para>
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabCollection.FindByText(System.String)">
<summary>
<para>DevExpress.Web.TabCollection.FindByText(System.String)</para>
</summary>
<param name="text"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabCollection.GetVisibleTab(System.Int32)">
<summary>
<para>DevExpress.Web.TabCollection.GetVisibleTab(System.Int32)</para>
</summary>
<param name="index"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabCollection.IndexOf(DevExpress.Web.Mvc.MVCxTab)">
<summary>
<para>DevExpress.Web.TabCollection.IndexOf(DevExpress.Web.Tab)</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>DevExpress.Web.TabCollection.Insert(System.Int32,DevExpress.Web.Tab)</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 <see cref="T:DevExpress.Web.Mvc.MVCxTabCollection"/>.</para>
</summary>
<param name="index">An integer that specifies the zero-based index of the required item within the collection.</param>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTab"/> object which is the item at the specified index.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabCollection.Remove(DevExpress.Web.Mvc.MVCxTab)">
<summary>
<para>DevExpress.Web.TabCollection.Remove(DevExpress.Web.Tab)</para>
</summary>
<param name="tab"></param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTabControl">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.TabControlStyles"/> object that provides style settings for view elements.</value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.MVCxTabPage"/> class with the specified settings.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.MVCxTabPage"/> 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.MVCxTabPage.SetActiveTabTemplateContent(System.Action{DevExpress.Web.PageControlTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the text content of the current page&#39;s tab when it&#39;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&#39;s tab when it&#39;s active.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetActiveTabTextTemplateContent(System.Action{DevExpress.Web.PageControlTemplateContainer})">
<summary>
<para>Allows you to create a template used for displaying the text content of the current page&#39;s tab when it&#39;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.SetActiveTabTextTemplateContent(System.String)">
<summary>
<para>Allows you to create a template used for displaying the text content of the current page&#39;s tab when it&#39;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.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.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.SetTabTemplateContent(System.Action{DevExpress.Web.PageControlTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the text content of the current page&#39;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&#39;s tab.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetTabTextTemplateContent(System.Action{DevExpress.Web.PageControlTemplateContainer})">
<summary>
<para>Allows you to create a template used to display the content of the current page&#39;s tab text.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabPage.SetTabTextTemplateContent(System.String)">
<summary>
<para>Allows you to create a template used to display the content of the current page&#39;s tab text.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxTabPageCollection"/> class with default settings.</para>
</summary>
</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.Action{DevExpress.Web.Mvc.MVCxTabPage})">
<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.Add(System.String)">
<summary>
<para>Adds a new tab page to the collection and specifies the tab page&#39;s display text.</para>
</summary>
<param name="text"></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&#39;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(System.String,System.String,System.String)">
<summary>
<para>Adds a new tab page to the collection and specifies the page&#39;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.FindByName(System.String)">
<summary>
<para>DevExpress.Web.TabPageCollection.FindByName(System.String)</para>
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.FindByText(System.String)">
<summary>
<para>DevExpress.Web.TabPageCollection.FindByText(System.String)</para>
</summary>
<param name="text"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.GetVisibleTabPage(System.Int32)">
<summary>
<para>DevExpress.Web.TabPageCollection.GetVisibleTabPage(System.Int32)</para>
</summary>
<param name="index"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTabPageCollection.IndexOf(DevExpress.Web.Mvc.MVCxTabPage)">
<summary>
<para>DevExpress.Web.TabPageCollection.IndexOf(DevExpress.Web.TabPage)</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>DevExpress.Web.TabPageCollection.Insert(System.Int32,DevExpress.Web.TabPage)</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 <see cref="T:DevExpress.Web.Mvc.MVCxTabPageCollection"/>.</para>
</summary>
<param name="index">An integer that specifies the zero-based index of the required item within the collection.</param>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTabPage"/> object which is the item at the specified index.</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.MVCxTextBox">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTextBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBox.ValidationSettings">
<summary>
<para>Gets the text box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTextBoxProperties">
<summary>
<para>Contains TextBox specific properties.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTextBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTextBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.ValidationSettings">
<summary>
<para>Gets the text box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTextBoxProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTimeEdit">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTimeEdit.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEdit.ValidationSettings">
<summary>
<para>Gets the time edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTimeEditProperties">
<summary>
<para>Contains TimeEdit specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTimeEditProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTimeEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTimeEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTimeEditProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.ValidationSettings">
<summary>
<para>Gets the time edit&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTimeEditProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</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 <see cref="T:DevExpress.Web.Mvc.MVCxTimeRulerCollection"/> class with default settings.</para>
</summary>
</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.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{DevExpress.XtraScheduler.TimeRuler})">
<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.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.MVCxTimeZoneEdit">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTokenBox">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTokenBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTokenBox"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBox.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.MVCxTokenBox.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.MVCxTokenBox.RegisterEditorIncludeScripts">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBox.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBox.ValidationSettings">
<summary>
<para>Gets the token box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTokenBoxProperties">
<summary>
<para>Contains TokenBox specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTokenBoxProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTokenBoxProperties"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTokenBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTokenBoxProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.Caption">
<summary>
<para>Gets or sets the editor caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the editor caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.EnableCallbackMode">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTokenBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTokenBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTokenBoxProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.ValidationSettings">
<summary>
<para>Gets the token box&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTokenBoxProperties.Width">
<summary>
<para>Gets or sets the editor&#39;s width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor width.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTrackBar">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTrackBar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBar.ValidationSettings">
<summary>
<para>Gets the track bar&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTrackBarProperties">
<summary>
<para>Contains TrackBar specific properties.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTrackBarProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTrackBarProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBarProperties.Caption">
<summary>
<para>Gets or sets the TrackBar caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text content of the TrackBar caption.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBarProperties.CaptionCellStyle">
<summary>
<para>Gets the style settings that define the caption cell appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBarProperties.CaptionSettings">
<summary>
<para>Provides access to the editor caption settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorCaptionSettings"/> object containing the editor caption properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBarProperties.CaptionStyle">
<summary>
<para>Gets the style settings that define the caption appearance.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBarProperties.EncodeHtml">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTrackBarProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBarProperties.RootStyle">
<summary>
<para>Gets the style settings defining the appearance of an editor container.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorRootStyle"/> object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBarProperties.Style">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxTrackBarProperties"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTrackBarProperties.ValidationSettings">
<summary>
<para>Gets the track bar&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> object that contains validation settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeList">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeList.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeList"/> class with default settings.</para>
</summary>
</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></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>true, if the request is the result of a callback sent by the TreeList; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.Settings">
<summary>
<para>Provides access to the TreeList&#39;s main settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettings"/> object that contains the TreeList&#39;s options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsBehavior">
<summary>
<para>Provides access to the TreeList&#39;s behavior settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsBehavior"/> object that contains the TreeList&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsCookies">
<summary>
<para>Provides access to the TreeList&#39;s cookies settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCookies"/> object that contains the TreeList&#39;s cookies settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsCustomizationWindow">
<summary>
<para>Provides access to the TreeList&#39;s customization window settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCustomizationWindow"/> object that contains the TreeList&#39;s customization window settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsDataSecurity">
<summary>
<para>Provides access to the TreeList&#39;s security settings that allow disabling data modification operations such as editing, inserting and deleting.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsDataSecurity"/> object containing data security settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsEditing">
<summary>
<para>Provides access to the TreeList&#39;s edit settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing"/> object that contains the TreeList&#39;s edit settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsPopupEditForm">
<summary>
<para>Provides access to the TreeList&#39;s edit form settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsPopupEditForm"/> object that contains the TreeList&#39;s edit settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsSearchPanel">
<summary>
<para>Provides access to the search panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSearchPanel"/> object that containing the search panel settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsSelection">
<summary>
<para>Provides access to the TreeList&#39;s selection settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSelection"/> object that contains the TreeList&#39;s selection settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeList.SettingsText">
<summary>
<para>Provides access to the TreeList&#39;s text settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsText"/> object that contains the TreeList&#39;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.MVCxTreeListBatchUpdateValues`2">
<summary>
<para>Contains all the changes that are synchronized between the client and the server side when the TreeList functions in batch edit mode.</para>
</summary>
<typeparam name="T"></typeparam>
<typeparam name="S"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListBatchUpdateValues`2.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListBatchUpdateValues`2"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListBatchUpdateValues`2.InsertNodes">
<summary>
<para>Specifies a list of inserted nodes.</para>
</summary>
<value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Web.Mvc.MVCxTreeListNodeInfo`1"/>,&gt; object containing a list of inserted nodes.</value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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&#39;s header. This value is assigned to the <see cref="P:DevExpress.Web.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 <see cref="T:DevExpress.Web.Mvc.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&#39;s header. This value is assigned to the <see cref="P:DevExpress.Web.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.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListColumn.ColumnType">
<summary>
<para>Gets or sets the column data editor type.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumnType"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListColumn.EditorProperties">
<summary>
<para>Allows you to configure TreeList columns of different types.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory"/> object that provides methods allowing you to configure different column types.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListColumn.FieldName">
<summary>
<para>Gets or sets the name of the database field assigned to 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="M:DevExpress.Web.Mvc.MVCxTreeListColumn.SetDataCellTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer})">
<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{DevExpress.Web.ASPxTreeList.TreeListEditCellTemplateContainer})">
<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.SetFilterCellTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListFilterCellTemplateContainer})">
<summary>
<para>Allows you to specify a template used for displaying the filter cell of the specified 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.SetFilterCellTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying a filter cell of the specified 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{DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer})">
<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.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.SetGroupFooterCellTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer})">
<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{DevExpress.Web.ASPxTreeList.TreeListHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the current column header&#39;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&#39;s caption.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumnCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumnCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> object that is the newly created column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxTreeListColumn})">
<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(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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumnType"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> 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&#39;s header. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> 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&#39;s header. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption"/> property.</param>
<param name="columnType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> object that is the newly created column.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListColumnCollection`1">
<summary>
<para>A collection of strongly-typed columns within the TreeList.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumnCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection`1.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumnCollection`1"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the column is bound.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> object that is the newly added column.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListColumnCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxTreeListColumn})">
<summary>
<para>Adds a new column to the collection and allows you to bind this column to a model field via a lambda expression and to customize this column in a delegate method implementation.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the column is bound.</param>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumn"/> object that is the newly added column.</returns>
</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="F:DevExpress.Web.Mvc.MVCxTreeListColumnType.TokenBox">
<summary>
<para>Indicates that a token box is used to edit column values.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.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.Action{DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer})">
<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.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.SetGroupFooterCellTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer})">
<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.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the command column header&#39;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&#39;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>true to show the column; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListCommandColumn.VisibleIndex">
<summary>
<para>Gets or sets the column&#39;s position among the visible columns within a TreeList.</para>
</summary>
<value>An integer value that specifies the column&#39;s position among the visible columns.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListPrintSettings"/> object that contains the TreeList&#39;s print options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListExporter.TreeList">
<summary>
<para>Gets the ASPxTreeList control to which the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListExporter"/> is assigned.</para>
</summary>
<value>The <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeList"/> control.</value>
</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{System.String,System.Object})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true to allow end-users to select the current node; otherwise, false.</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>true to expand the node; false to collapse the node.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListNode.Item(System.String)">
<summary>
<para>Gets or sets the specified cell&#39;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&#39;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>true to select the node; otherwise, false.</value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListNodeCollection"/> class with default settings.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListNode"/> object that is the newly created node.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListNodeCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxTreeListNode})">
<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(System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})">
<summary>
<para>Adds a new node to the end of the collection and returns the newly created object.</para>
</summary>
<param name="keyObject">An object that uniquely identifies the new node.</param>
<param name="fieldsValues">A System.Collections.Generic.Dictionary object that contains node fields and their values.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListNode"/> object that is a TreeList node.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListNodeInfo`1">
<summary>
<para>Contains information on a tree list cell.</para>
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListNodeInfo`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListNodeInfo`1"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListNodeInfo`1.ChildNodes">
<summary>
<para>Gets the currently processed node&#39;s child nodes.</para>
</summary>
<value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Web.Mvc.MVCxTreeListNodeInfo`1"/>,&gt; object containing a list of child nodes.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListNodeInfo`1.DataItem">
<summary>
<para>Gets or sets an object which is the currently processed node(s).</para>
</summary>
<value>A T object specifying the processed node(s).</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListNodeInfo`1.ParentNodeKey">
<summary>
<para>Gets the parent node key.</para>
</summary>
<value>A <see cref="T:System.String"/> value that identifies the parent node.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListPopupControlSettings">
<summary>
<para>Contains specific settings for different popup elements of the tree list.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListPopupControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListPopupControlSettings"/> class.</para>
</summary>
<param name="treeList">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListPrintSettings"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSelectedKeys`1">
<summary>
<para>For internal use.</para>
</summary>
<typeparam name="Key"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSelectedKeys`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSelectedKeys`1"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettings">
<summary>
<para>Contains specific settings of the TreeList.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettings"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsBehavior">
<summary>
<para>Contains behavior specific settings of the TreeList.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsBehavior.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsBehavior"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCookies">
<summary>
<para>Provides cookies settings for the TreeList.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsCookies.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCookies"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCustomizationWindow">
<summary>
<para>Provides settings that affect the Customization Window&#39;s position and functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsCustomizationWindow.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCustomizationWindow"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsDataSecurity">
<summary>
<para>Provides security settings that allow disabling data modification operations such as editing, inserting, deleting.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsDataSecurity.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsDataSecurity"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing">
<summary>
<para>Provides editing settings for the TreeList.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing"/> class with default settings.</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="M:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing.Assign(DevExpress.Web.ASPxTreeList.TreeListSettingsBase)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsBase"/> 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.MVCxTreeListSettingsEditing.BatchUpdateRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to batch data modifications.</para>
</summary>
<value>An object containing the Controller and Action names.</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>true if model error messages are automatically displayed for invalid editors; false 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.MVCxTreeListSettingsExport">
<summary>
<para>Contains the export settings to be applied when the TreeList&#39;s data is exported.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsExport"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.BeforeExport">
<summary>
<para>Enables you to perform custom actions before the tree list content is exported.</para>
</summary>
<value>An <see cref="T:System.EventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.EnableClientSideExportAPI">
<summary>
<para>Gets or sets a value specifying whether the client exporting API is enabled.</para>
</summary>
<value>true, to enable client exporting API; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsExport.FileName">
<summary>
<para>Gets or sets the file name to which the TreeList&#39;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 <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListPrintSettings"/> object that contains the TreeList&#39;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 <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListRenderBrickEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListExportStyles"/> object that provides style settings used to paint tree list elements when it is exported.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsLoadingPanel">
<summary>
<para>Provides settings that affect the loading panel&#39;s appearance and functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsLoadingPanel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsLoadingPanel"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsPager">
<summary>
<para>Contains pager settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsPager.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsPager"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsPopupEditForm">
<summary>
<para>Contains popup edit form settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsPopupEditForm.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsPopupEditForm"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSearchPanel">
<summary>
<para>Contains the search panel settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsSearchPanel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSearchPanel"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListSettingsSearchPanel.CustomEditorName">
<summary>
<para>Specifies the name of an editor used to specify a search panel filter criterion.</para>
</summary>
<value>A string value that is the editor name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSelection">
<summary>
<para>Provides selection settings for the TreeList.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsSelection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSelection"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListSettingsText">
<summary>
<para>Contains text settings of the TreeList.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSettingsText.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsText"/> class with default settings.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSummaryCollection"/> class with default settings.</para>
</summary>
</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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryItem"/> object that is the newly created summary item.</returns>
</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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSummaryItem"/> object that is the newly created summary item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListSummaryCollection.Add(System.Action{DevExpress.Web.ASPxTreeList.TreeListSummaryItem})">
<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="T:DevExpress.Web.Mvc.MVCxTreeListToolbar">
<summary>
<para>A base class for the Tree List&#39;s toolbar.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbar"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListToolbar.Items">
<summary>
<para>Gets the collection of items within the toolbar and provides indexed access to them.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection"/> object representing the collection of the toolbar&#39;s items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListToolbarCollection">
<summary>
<para>Represents the TreeList&#39;s toolbar collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarCollection.Add">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbar"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxTreeListToolbar})">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarCollection"/> as a parameter.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListToolbarCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to the toolbars within the collection.</para>
</summary>
<param name="index">An integer value that identifies a toolbar by its index.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItem"/> object or descendant that represents a toolbar at the specified position. null (Nothing in Visual Basic) if the toolbar was not found.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItem">
<summary>
<para>Implements the Tree List&#39;s toolbar item functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListToolbarItem.Items">
<summary>
<para>Gets a collection that contains the toolbar items of the current toolbar item.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection"/> instance that is the collection of items.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItem.SetSubMenuTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of the current toolbar item&#39;s subitems.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItem.SetSubMenuTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of the current toolbar item&#39;s subitems.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItem.SetTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;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.MVCxTreeListToolbarItem.SetTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItem.SetTextTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s text content.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItem.SetTextTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s text content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection">
<summary>
<para>Represents a collection of a Tree List&#39;s toolbar items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection.#ctor(DevExpress.Web.Mvc.MVCxTreeListToolbarItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection"/> class with specified settings.</para>
</summary>
<param name="menuItem">A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItem"/> object representing the toolbar item.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection.Add">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection.Add(DevExpress.Web.ASPxTreeList.TreeListToolbarCommand)">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand"/> object that is the command that corresponds to this toolbar item.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection.Add(DevExpress.Web.ASPxTreeList.TreeListToolbarCommand,System.Boolean)">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarCommand"/> object that is the command that corresponds to this toolbar item.</param>
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxTreeListToolbarItem})">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection"/> as a parameter.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeListToolbarItemCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.</para>
</summary>
<param name="index">A zero-based integer that identifies the item within the collection.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarItem"/> object that represents the item at the specified position.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxTreeView">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeView"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxTreeView.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.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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.TreeViewStyles"/> object that provides style settings for view elements.</value>
</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">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> class with the specified setting.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the node&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.TreeViewNode.Text"/> property.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeViewNode.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the node&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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.TreeViewNode.Name"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the node&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the node&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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.TreeViewNode.NavigateUrl"/> 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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNode"/> class with the specified settings.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value specifying the node&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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.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.TreeViewNode.Target"/> 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.Action{DevExpress.Web.TreeViewNodeTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the node&#39;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.SetTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the node&#39;s 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{DevExpress.Web.TreeViewNodeTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the node&#39;s text 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&#39;s text content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection.#ctor(DevExpress.Web.TreeViewNode)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxTreeViewNodeCollection"/> class with the specified owner node.</para>
</summary>
<param name="node">A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the parent node for the created collection.</param>
</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.Action{DevExpress.Web.Mvc.MVCxTreeViewNode})">
<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.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&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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(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&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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.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&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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.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&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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.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&#39;s display text. This value is assigned to the <see cref="P:DevExpress.Web.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.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.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.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.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.FindByName(System.String)">
<summary>
<para>Returns a node with the specified <see cref="P:DevExpress.Web.TreeViewNode.Name"/> property value.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value, that is the <see cref="P:DevExpress.Web.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.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.TreeViewNode.Text"/> property value.</para>
</summary>
<param name="text">A <see cref="T:System.String"/> value, that is the <see cref="P:DevExpress.Web.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.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 <see cref="T:DevExpress.Web.Mvc.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.MVCxUploadControl">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxUploadControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxUploadControl"/> class with default settings.</para>
</summary>
</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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlStyles"/> object that provides style settings for view elements.</value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxValidationEdit"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxValidationEdit.ValidationSettings">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</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 <see cref="T:DevExpress.Web.Mvc.MVCxValidationEditProperties"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxValidationEditProperties.ValidationSettings">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxValidationSettings">
<summary>
<para>Contains the settings that relate to editor validation.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> class.</para>
</summary>
<param name="owner">An IPropertiesOwner object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxValidationSettings.ErrorDisplayMode">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.Mvc.MVCxValidationSettings"/> class.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxValidationSummary">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxValidationSummary.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxValidationSummary"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxValidationSummary.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ValidationSummaryStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGrid">
<summary>
<para>The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGrid.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGrid"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGrid.#ctor(System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGrid"/> class.</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.MVCxVerticalGrid.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.MVCxVerticalGrid.SettingsEditing">
<summary>
<para>Provides access to the VerticalGrid&#39;s edit settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings"/> object that contains the VerticalGrid&#39;s edit settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow">
<summary>
<para>A category row used to combine other grid rows within its <see cref="P:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow.Rows"/> collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow"/> class with the specified caption.</para>
</summary>
<param name="caption">A string value that is a row caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow.Rows">
<summary>
<para>Provides access to a collection of rows that the current category row combines.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection"/> object that is a collection of rows grouped by the current row.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow.SetCategoryCaptionTemplateContent(System.Action{DevExpress.Web.VerticalGridHeaderTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the category row caption.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow.SetCategoryCaptionTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the category row caption.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow.SetCategoryTemplateContent(System.Action{DevExpress.Web.VerticalGridHeaderTemplateContainer})">
<summary>
<para>Allows setting a template for displaying a category row.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow.SetCategoryTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying a category row.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1">
<summary>
<para>A category row used to combine other VerticalGrid rows within its <see cref="P:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1.Rows"/> collection.</para>
</summary>
<typeparam name="ColumnType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1"/> class with the specified caption.</para>
</summary>
<param name="caption">A string value that is a row caption.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1.Rows">
<summary>
<para>Provides access to a collection of rows that the current category row combines.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1"/> object that is a collection of rows grouped by the current row.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridCommandRow">
<summary>
<para>Represents a command row within a VerticalGrid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCommandRow.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCommandRow"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCommandRow.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.VerticalGridHeaderTemplateContainer})">
<summary>
<para>Allows you to provides a template to render the row header&#39;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.MVCxVerticalGridCommandRow.SetHeaderCaptionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the row header&#39;s caption.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridCommandRow.SetHeaderTemplateContent(System.Action{DevExpress.Web.VerticalGridHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the row header&#39;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.MVCxVerticalGridCommandRow.SetHeaderTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the row header&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridCommandRow.Visible">
<summary>
<para>Gets or sets a value that specifies whether the row is visible.</para>
</summary>
<value>true, to show the row; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridCommandRow.VisibleIndex">
<summary>
<para>Gets or sets the row&#39;s position among the visible rows within the VerticalGrid.</para>
</summary>
<value>An integer value that specifies the row&#39;s position among the visible rows.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings">
<summary>
<para>Provides editing settings for VerticalGrid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings.#ctor(DevExpress.Web.Mvc.MVCxVerticalGrid)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings"/> class.</para>
</summary>
<param name="grid">An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGrid"/> object that owns the created object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings.Assign(DevExpress.Web.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.PropertiesBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings.BatchUpdateRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to batch data modifications.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings.ShowModelErrorsForEditors">
<summary>
<para>Gets or sets a value that specifies whether or not model error messages should be automatically displayed for invalid editors.</para>
</summary>
<value>true if model error messages are automatically displayed for invalid editors; false if the automatic error visualization feature is not used.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridExporter">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridExporter.#ctor(DevExpress.Web.Mvc.MVCxVerticalGrid)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridExporter"/> class, specifying the corresponding VerticalGrid object.</para>
</summary>
<param name="verticalGrid">A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGrid"/> object representing the GridView whose content should be exported.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings">
<summary>
<para>Contains the export settings to be applied when the VerticalGrid&#39;s data is exported.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.ExportSelectedRecordsOnly">
<summary>
<para>Specifies if only selected records should be exported.</para>
</summary>
<value>true, to export selected records only; false, to export all data records.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.HeaderIndentWidth">
<summary>
<para>Gets or sets the header indent width within the VerticalGrid when it is exported.</para>
</summary>
<value>An integer value that specifies the indent width, in pixels.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.Landscape">
<summary>
<para>Gets or sets whether data is exported to PDF in Landscape.</para>
</summary>
<value>true to export data in Landscape; false to export data in Portrait.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.PageFooter">
<summary>
<para>Gets the page footer&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page footer&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.PageHeader">
<summary>
<para>Gets the page header&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page header&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.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.MVCxVerticalGridExportSettings.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.MVCxVerticalGridExportSettings.PrintSelectCheckBox">
<summary>
<para>Gets or sets whether check boxes (or radio buttons) used to select/deselect data records are printed.</para>
</summary>
<value>true, to print check boxes (or radio buttons) used to select/deselect data records; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.RenderBrick">
<summary>
<para>Enables rendering of different content from the content exported by default.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxVerticalGridRenderBrickEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.ReportFooter">
<summary>
<para>Gets or sets the text displayed within a report&#39;s footer.</para>
</summary>
<value>A string value that specifies the text displayed within the report&#39;s footer.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.ReportHeader">
<summary>
<para>Gets or sets the text displayed within a report&#39;s header.</para>
</summary>
<value>A string value that specifies the text displayed within the report&#39;s header.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements for printing purposes.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.VerticalGridExportStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection">
<summary>
<para>A collection of format conditions in the VerticalGrid extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddColorScale">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddColorScale(System.Action{DevExpress.Web.VerticalGridFormatConditionColorScale})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> 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.VerticalGridFormatConditionColorScale"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddColorScale(System.String,DevExpress.Web.GridConditionColorScaleFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionColorScaleFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionColorScale.Format"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddHighlight">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddHighlight(System.Action{DevExpress.Web.VerticalGridFormatConditionHighlight})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> 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.VerticalGridFormatConditionHighlight"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddHighlight(System.String,System.String,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="expression">A <see cref="T:System.String"/> value specifying the expression used to format grid cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Expression"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionExpressionBase.Format"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddIconSet">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddIconSet(System.Action{DevExpress.Web.VerticalGridFormatConditionIconSet})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> 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.VerticalGridFormatConditionIconSet"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddIconSet(System.String,DevExpress.Web.GridConditionIconSetFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionIconSetFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionIconSet.Format"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddTopBottom">
<summary>
<para>Creates a new format condition item with the default settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddTopBottom(System.Action{DevExpress.Web.VerticalGridFormatConditionTopBottom})">
<summary>
<para>Creates a new format condition item with the default settings, adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> 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.VerticalGridFormatConditionTopBottom"/> object as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection.AddTopBottom(System.String,DevExpress.Web.GridTopBottomRule,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> collection.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that is the name of the processed data field. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionBase.FieldName"/> property.</param>
<param name="rule">One of the <see cref="T:DevExpress.Web.GridTopBottomRule"/> enumeration values specifying the format condition rule. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionTopBottom.Rule"/> property.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionExpressionBase.Format"/> property.</param>
<returns>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1">
<summary>
<para>A collection of format conditions in the Vertical Grid extension.</para>
</summary>
<typeparam name="ColumnType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1.AddColorScale``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},DevExpress.Web.GridConditionColorScaleFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">The expression that identifies the data model field.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionColorScaleFormat"/> enumeration values specifying the format (color scale) applied to cells. This value is assigned to the <see cref="P:DevExpress.Web.GridFormatConditionColorScale.Format"/> property.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.VerticalGridFormatConditionColorScale"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1.AddHighlight``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.String,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="expression">A <see cref="T:System.String"/> value specifying the expression used to format grid cells.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format (highlight) applied to cells.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.VerticalGridFormatConditionHighlight"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1.AddIconSet``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},DevExpress.Web.GridConditionIconSetFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionIconSetFormat"/> enumeration values specifying the format (icon set) applied to cells.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.VerticalGridFormatConditionIconSet"/> object that is the newly created format condition item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1.AddTopBottom``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},DevExpress.Web.GridTopBottomRule,DevExpress.Web.GridConditionHighlightFormat)">
<summary>
<para>Creates a new format condition item with the specified settings and adds it to the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1"/> collection.</para>
</summary>
<param name="fieldNameExpression">An expression that identifies the processed data field.</param>
<param name="rule">One of the <see cref="T:DevExpress.Web.GridTopBottomRule"/> enumeration values specifying the format condition rule.</param>
<param name="format">One of the <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> enumeration values specifying the format applied to cells.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.VerticalGridFormatConditionTopBottom"/> object that is the newly created format condition item.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridRow">
<summary>
<para>Represents a row within the VerticalGrid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> class with the specified setting.</para>
</summary>
<param name="fieldName">A field name to which the row is bound.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.#ctor(System.String,DevExpress.Web.Mvc.MVCxVerticalGridRowType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> class with the specified settings.</para>
</summary>
<param name="fieldName">A field name to which the row is bound.</param>
<param name="rowType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowType"/> enumeration values that is a row type.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> class with the specified settings.</para>
</summary>
<param name="fieldName">A field name to which the row is bound.</param>
<param name="caption">A string value that is a row caption.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.#ctor(System.String,System.String,DevExpress.Web.Mvc.MVCxVerticalGridRowType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> class with the specified settings.</para>
</summary>
<param name="fieldName">A field name to which the row is bound.</param>
<param name="caption">A string value that is a row caption.</param>
<param name="rowType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> enumeration values that is a row type.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.EditorProperties">
<summary>
<para>Allows you to configure VerticalGrid rows of different types.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridColumnEditorPropertiesFactory"/> object that provides methods allowing you to configure different row types.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridRow.Rows">
<summary>
<para>Provides access to a collection of rows combined by the current row.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection"/> object that is a collection of rows grouped by the current row.</value>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridRow.RowType">
<summary>
<para>Gets or sets the row data editor type.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowType"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.SetDataItemTemplateContent(System.Action{DevExpress.Web.VerticalGridDataItemTemplateContainer})">
<summary>
<para>Allows setting a template for displaying data cells within the current row.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.SetDataItemTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying data cells within the current row.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.SetEditItemTemplateContent(System.Action{DevExpress.Web.VerticalGridBatchEditItemTemplateContainer})">
<summary>
<para>Allows setting a template for displaying cell editors.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.SetEditItemTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying cell editors.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.VerticalGridHeaderTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the row header&#39;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.MVCxVerticalGridRow.SetHeaderCaptionTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the row header&#39;s caption.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow.SetHeaderTemplateContent(System.Action{DevExpress.Web.VerticalGridHeaderTemplateContainer})">
<summary>
<para>Allows setting a template for displaying the content of the row&#39;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.MVCxVerticalGridRow.SetHeaderTemplateContent(System.String)">
<summary>
<para>Allows setting a template for displaying the content of the row&#39;s header.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridRow`1">
<summary>
<para>A row used to combine other VerticalGrid rows within its <see cref="P:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1.Rows"/> collection.</para>
</summary>
<typeparam name="ColumnType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRow`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow`1"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridRow`1.Rows">
<summary>
<para>Provides access to a collection of rows that the current row combines.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1"/> object that is a collection of rows gouped by the current row.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection">
<summary>
<para>Represents a collection of rows within the VerticalGrid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.Add">
<summary>
<para>Adds a new row to the end of the collection and returns the newly created object.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> object that is the newly added row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxVerticalGridRow})">
<summary>
<para>Adds a new row to the collection and allows you to customize this row in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.Add(System.String)">
<summary>
<para>Adds a new row to the collection and specifies the rows&#39;s bound field name.</para>
</summary>
<param name="fieldName">The name of a field to which the row is bound.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> object that is the newly added row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.Add(System.String,DevExpress.Web.Mvc.MVCxVerticalGridRowType)">
<summary>
<para>Adds a new row to the collection and specifies the row&#39;s type and bound field name.</para>
</summary>
<param name="fieldName">The name of a field to which the row is bound.</param>
<param name="rowType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowType"/> enumeration values that is a row type.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> object that is the newly added row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.Add(System.String,System.String)">
<summary>
<para>Adds a new row to the collection and specifies the row&#39;s caption and bound field name.</para>
</summary>
<param name="fieldName">The name of a field to which the row is bound.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the row&#39;s caption.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> object that is the newly added row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.Add(System.String,System.String,DevExpress.Web.Mvc.MVCxVerticalGridRowType)">
<summary>
<para>Adds a new row to the collection and specifies the row&#39;s type, caption and bound field name.</para>
</summary>
<param name="fieldName">The name of a field to which the row is bound.</param>
<param name="caption">A <see cref="T:System.String"/> value that specifies the row&#39;s caption.</param>
<param name="rowType">One of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowType"/> enumeration values that is a row type.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> object that is the newly added row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.AddCategory">
<summary>
<para>Creates a new category row and adds it to the collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow"/> object that is the newly created category row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.AddCategory(System.Action{DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow})">
<summary>
<para>Adds a new category row to the collection and allows you to customize this row in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection.AddCategory(System.String)">
<summary>
<para>Creates a new category row 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 category row&#39;s caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow"/> object that is the newly created category row.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1">
<summary>
<para>Represents a collection of strongly-typed rows within the VerticalGrid.</para>
</summary>
<typeparam name="ColumnType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.#ctor(DevExpress.Web.Internal.IWebControlObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the IWebControlObject interface.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.Add">
<summary>
<para>Adds a new item to the end of the collection and returns the newly created object.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow`1"/> object that is the newly added Vertical Grid row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.Add(System.Action{DevExpress.Web.Mvc.MVCxVerticalGridRow{`0}})">
<summary>
<para>Adds a new row to the collection and allows you to customize this row in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a new row to the collection.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the row is bound.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow`1"/> object that is the newly added Vertical Grid row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.Add``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxVerticalGridRow})">
<summary>
<para>Adds a new row to the collection and allows you to customize this row in a delegate method implementation.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the row is bound.</param>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRow`1"/> object that is the newly added Vertical Grid row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.AddCategory">
<summary>
<para>Creates a new category row and adds it to the collection.</para>
</summary>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1"/> object that is the newly created category row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.AddCategory(System.Action{DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow{`0}})">
<summary>
<para>Adds a new category row to the collection and allows you to customize this row in a delegate method implementation.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow"/> as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.AddCategory(System.String)">
<summary>
<para>Creates a new category row 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 category row&#39;s caption.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1"/> object that is the newly created category row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.AddCategory``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Adds a new category row to the collection and allows you to bind this row to the specified model field.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the row is bound.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1"/> object that is the newly added category row.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1.AddCategory``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow{`0}})">
<summary>
<para>Adds a new category row to the collection and allows you to bind this row to a model field via a lambda expression and to customize this row in a delegate method implementation.</para>
</summary>
<param name="expression">The expression that identifies the data model field to which the row is bound.</param>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCategoryRow`1"/> object that is the newly added category row.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridRowType">
<summary>
<para>Lists values that specify the row editor type within the VerticalGrid.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.BinaryImage">
<summary>
<para>Indicates that a binary image editor is used to display column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.ButtonEdit">
<summary>
<para>Indicates that a button editor is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.CheckBox">
<summary>
<para>Indicates that a check box is used to edit and display row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.ColorEdit">
<summary>
<para>Indicates that a color editor is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.ComboBox">
<summary>
<para>Indicates that a combo box is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.DateEdit">
<summary>
<para>Indicates that a date editor is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.Default">
<summary>
<para>Indicates that a default editor (TextBox) is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.DropDownEdit">
<summary>
<para>Indicates that a drop down editor is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.HyperLink">
<summary>
<para>Indicates that a hyperlink editor is used to display row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.Image">
<summary>
<para>Indicates that an image editor is used to display column values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.Memo">
<summary>
<para>Indicates that a memo editor is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.ProgressBar">
<summary>
<para>Indicates that a progress bar is used to visualize row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.SpinEdit">
<summary>
<para>Indicates that a spin editor is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.TextBox">
<summary>
<para>Indicates that a text box is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.TimeEdit">
<summary>
<para>Indicates that a time editor is used to edit row values.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.MVCxVerticalGridRowType.TokenBox">
<summary>
<para>Indicates that a token box is used to edit row values.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridSearchPanelSettings">
<summary>
<para>Contains settings of the VerticalGrid&#39;s search panel.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridSearchPanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridSearchPanelSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridSearchPanelSettings.CustomEditorName">
<summary>
<para>Specifies the name of an editor used to specify a search panel filter criterion.</para>
</summary>
<value>A string value that is the editor name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbar">
<summary>
<para>A base class for the Vertical Grid&#39;s toolbar.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbar"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridToolbar.Items">
<summary>
<para>Gets the collection of items within the toolbar and provides indexed access to them.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection"/> object representing the collection of the toolbar&#39;s items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarCollection">
<summary>
<para>Represents the VerticalGrid&#39;s toolbar collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarCollection.Add">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbar"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxVerticalGridToolbar})">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarCollection"/> as a parameter.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridToolbarCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to the toolbars within the collection.</para>
</summary>
<param name="index">An integer value that identifies a toolbar by its index.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem"/> object or descendant that represents a toolbar at the specified position. null (Nothing in Visual Basic) if the toolbar was not found.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem">
<summary>
<para>Implements the Vertical Grid&#39;s toolbar item functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem.Items">
<summary>
<para>Gets a collection that contains the toolbar items of the current toolbar item.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection"/> instance that is the collection of items.</value>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem.SetSubMenuTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of the current toolbar item&#39;s subitems.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem.SetSubMenuTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the client region&#39;s content of the current toolbar item&#39;s subitems.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem.SetTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;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.MVCxVerticalGridToolbarItem.SetTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem.SetTextTemplateContent(System.Action{DevExpress.Web.MenuItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s text content.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem.SetTextTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the toolbar item&#39;s text content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection">
<summary>
<para>Represents a collection of a Vertical Grid&#39;s toolbar items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection.#ctor(DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection"/> class with specified settings.</para>
</summary>
<param name="menuItem">A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem"/> object representing the toolbar item.</param>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection.Add">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection.Add(DevExpress.Web.VerticalGridToolbarCommand)">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem"/> object that is the command that corresponds to this toolbar item.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection.Add(DevExpress.Web.VerticalGridToolbarCommand,System.Boolean)">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.Web.VerticalGridToolbarCommand"/> object that is the command that corresponds to this toolbar item.</param>
<param name="beginGroup">true, if the current toolbar item starts a group; otherwise, false.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem"/> object that is the newly added toolbar item.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection.Add(System.Action{DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem})">
<summary>
<para>Adds a new toolbar item to the collection.</para>
</summary>
<param name="method">A delegate method that accepts the created <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection"/> as a parameter.</param>
</member>
<member name="P:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItemCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.</para>
</summary>
<param name="index">A zero-based integer that identifies the item within the collection.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarItem"/> object that represents the item at the specified position.</value>
</member>
<member name="T:DevExpress.Web.Mvc.MVCxWebDocumentViewer">
<summary>
<para>An ASP.NET MVC equivalent of the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.MVCxWebDocumentViewer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.MVCxWebDocumentViewer"/> class with default settings.</para>
</summary>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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)">
<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.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">true if the starting node should be displayed; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.NavBarState"/> object that is the navbar items state.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.NavBarGroupState">
<summary>
<para>Contains information (the current state) on an individual navbar group.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.NavBarGroupState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.NavBarGroupState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarGroupState.Expanded">
<summary>
<para>Gets a value that specifies the group expansion state.</para>
</summary>
<value>true, if the group is expanded; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarGroupState.Items">
<summary>
<para>Gets a list of objects that represent the states of all the navbar items within the NavBar&#39;s group.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.Mvc.NavBarItemState"/> objects containing information about the states of navbar items.</value>
</member>
<member name="T:DevExpress.Web.Mvc.NavBarItemState">
<summary>
<para>Contains information (the current state) on an individual navbar item.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.NavBarItemState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.NavBarItemState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarItemState.Group">
<summary>
<para>Gets a value that specifies the state of a group to which the current item belongs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.NavBarGroupState"/> object that is the navbar group state.</value>
</member>
<member name="T:DevExpress.Web.Mvc.NavBarItemStateBase">
<summary>
<para>Contains base information (the current state) that is common to a navbar item and group.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.NavBarItemStateBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.NavBarItemStateBase"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarItemStateBase.Index">
<summary>
<para>Gets a value that specifies the navbar item&#39;s index within the collection</para>
</summary>
<value>An integer value representing the zero-based index of the item within the collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarItemStateBase.Name">
<summary>
<para>Gets a value that specifies the name of the navbar item or group.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the name of the navbar item or group.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarItemStateBase.Text">
<summary>
<para>Gets a value that specifies the text of a navbar item or group.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the text of a navbar item or group.</value>
</member>
<member name="T:DevExpress.Web.Mvc.NavBarSettings">
<summary>
<para>Contains the NavBar extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.NavBarSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.NavBarSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.AllowExpanding">
<summary>
<para>Gets or sets a value that specifies whether the expansion state of the NavBar&#39;s groups can be changed via an end-user&#39;s interaction.</para>
</summary>
<value>true if the expansion state of groups can be changed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.AllowSelectItem">
<summary>
<para>Gets or sets a value specifying whether items can be selected within NavBar.</para>
</summary>
<value>true if items can be selected; otherwise false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.AutoCollapse">
<summary>
<para>Gets or sets a value specifying whether only one group can be expanded at a time within the NavBar.</para>
</summary>
<value>true if only one group can be expanded within the NavBar; false if the NavBar can have multiple groups expanded simultaneously.</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 <see cref="T:System.EventHandler"/> 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>Enables you to save and restore the previously saved layout of the NavBar.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> 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 NavBar.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.NavBarClientSideEvents"/> object which allows assigning handlers to the client-side events available to the NavBar.</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>true to make a NavBar initially displayed; false 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&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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 <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.DataBound">
<summary>
<para>Allows you to perform specific actions after the NavBar is bound to a data source.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> 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>true if a specific animation effect is used; otherwise, false.</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&#39;s content is updated via a callback.</para>
</summary>
<value>true if a specific animation effect is used; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.NavBarSettings"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false 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>true if the navbar&#39;s specific elements can be hot-tracked; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.ExpandButtonPosition">
<summary>
<para>Gets or sets a value that specifies the position at which the expand button is displayed within all the groups of NavBar.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ExpandButtonPosition"/> values.</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 <see cref="T:DevExpress.Web.NavBarGroupEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.GroupDataFields">
<summary>
<para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which group settings of a bound NavBar should be obtained.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.NavBarGroupDataFields"/> object that contains the required mapping properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.Groups">
<summary>
<para>Gets the collection of groups in NavBar.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxNavBarGroupCollection"/> object which represents the collection of groups within the navbar.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the NavBar.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.NavBarImages"/> object that contains image settings.</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 <see cref="T:DevExpress.Web.NavBarItemEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.ItemDataFields">
<summary>
<para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which item settings of a bound NavBar should be obtained.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.NavBarItemDataFields"/> object that contains the required mapping properties.</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.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.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.LoadingPanelText">
<summary>
<para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
</summary>
<value></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"></see> 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&#39;s state.</para>
</summary>
<value>true, if information is persisted in cookies; otherwise, false.</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&#39;s state is persisted.</para>
</summary>
<value>A string value specifying a cookie&#39;s name.</value>
</member>
<member name="M:DevExpress.Web.Mvc.NavBarSettings.SetGroupContentTemplateContent(System.Action{DevExpress.Web.NavBarGroupTemplateContainer})">
<summary>
<para>Allows setting a common template used for displaying the client region&#39;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&#39;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{DevExpress.Web.NavBarGroupTemplateContainer})">
<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{DevExpress.Web.NavBarGroupTemplateContainer})">
<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{DevExpress.Web.NavBarItemTemplateContainer})">
<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{DevExpress.Web.NavBarItemTemplateContainer})">
<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.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</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&#39;s group headers.</para>
</summary>
<value>true if group expand buttons are displayed; otherwise, false.</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 NavBar.</para>
</summary>
<value>true if group headers are displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.ShowLoadingPanel">
<summary>
<para>Gets or sets whether the loading panel can be displayed.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.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></value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.NavBarStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.SyncSelectionMode">
<summary>
<para>Gets or sets whether the NavBar&#39;s item, whose navigation location points to the currently browsed web page, is automatically selected.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SyncSelectionMode"/> enumeration value that specifies whether automatic synchronization of item selection with the path of the currently browsed page is enabled.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarSettings.Target">
<summary>
<para>Gets or sets the window or frame at which to target the contents of the URLs associated with links within NavBar.</para>
</summary>
<value>A string which identifies the window or frame at which to target the URL content.</value>
</member>
<member name="T:DevExpress.Web.Mvc.NavBarState">
<summary>
<para>Contains information (the current state) on all the navbar items and groups.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.NavBarState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.NavBarState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarState.Groups">
<summary>
<para>Gets a list of objects that represent the states of all the groups within the NavBar extension.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.Mvc.NavBarGroupState"/> objects containing information about states of navbar groups.</value>
</member>
<member name="P:DevExpress.Web.Mvc.NavBarState.SelectedItem">
<summary>
<para>Gets a value that specifies the state of a selected item.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.NavBarItemState"/> object that is the state of the selected item.</value>
</member>
<member name="T:DevExpress.Web.Mvc.OfficeWorkSessionProcessing">
<summary>
<para>Process work sessions in an application in stateless mode.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.OfficeWorkSessionProcessing.#ctor">
<summary>
<para>Initializes a new instance of the class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.OfficeWorkSessionProcessing.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)">
<summary>
<para>Called after the action method is executed.</para>
</summary>
<param name="filterContext">An object that contains the information about the current request and action.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.PageControlState"/> object that is the PageControl items state.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.PageControlSettings">
<summary>
<para>Contains the PageControl extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PageControlSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PageControlSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlSettings.ActivateTabPageAction">
<summary>
<para>Gets or sets a value that specifies which action forces a tab to be selected</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ActivateTabPageAction"/> enumeration values.</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 <see cref="T:System.EventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> 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>true if a specific animation effect is used; otherwise, false.</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.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlSettings.LoadingPanelText">
<summary>
<para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
</summary>
<value></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&#39;s state.</para>
</summary>
<value>true, if information is persisted in cookies; otherwise, false.</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&#39;s state is persisted.</para>
</summary>
<value>A string value specifying a cookie&#39;s name.</value>
</member>
<member name="M:DevExpress.Web.Mvc.PageControlSettings.SetActiveTabTemplateContent(System.Action{DevExpress.Web.PageControlTemplateContainer})">
<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.SetActiveTabTextTemplateContent(System.Action{DevExpress.Web.PageControlTemplateContainer})">
<summary>
<para>Allows you to create a common template used for displaying the text content of an active tab within the current PageControl.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PageControlSettings.SetActiveTabTextTemplateContent(System.String)">
<summary>
<para>Allows you to create a common template used for displaying the text content of an active tab within the current PageControl.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PageControlSettings.SetTabTemplateContent(System.Action{DevExpress.Web.PageControlTemplateContainer})">
<summary>
<para>Allows setting a common template used for displaying the content of all tabs within the current PageControl.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</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.SetTabTextTemplateContent(System.Action{DevExpress.Web.PageControlTemplateContainer})">
<summary>
<para>Allows you to create a common template used for displaying the text content of all tabs within the current PageControl.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PageControlSettings.SetTabTextTemplateContent(System.String)">
<summary>
<para>Allows you to create a common template used for displaying the text content of all tabs within the current PageControl.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlSettings.ShowLoadingPanel">
<summary>
<para>Gets or sets whether the loading panel can be displayed.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlSettings.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></value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlSettings.ShowTabs">
<summary>
<para>Gets or sets whether tab page headers are displayed within the PageControl.</para>
</summary>
<value>true if the extension&#39;s tab page headers should be displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlSettings.TabPages">
<summary>
<para>Gets the collection of tabbed pages within the current PageControl.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTabPageCollection"/> object representing the collection of tabbed pages.</value>
</member>
<member name="T:DevExpress.Web.Mvc.PageControlState">
<summary>
<para>Contains information (the current state) on all the PageControl tab pages.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PageControlState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PageControlState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlState.ActiveTab">
<summary>
<para>Gets a value that specifies the state of an active tab page.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.PageControlTabState"/> object that is the active tab page state.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlState.TabPages">
<summary>
<para>Gets a list of objects that represent the states of all the tab pages within the PageControl extension.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.Mvc.PageControlTabState"/> objects containing information about the states of tab pages.</value>
</member>
<member name="T:DevExpress.Web.Mvc.PageControlTabState">
<summary>
<para>Contains information (the current state) on an individual tab (or tab page).</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PageControlTabState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PageControlTabState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlTabState.ClientEnabled">
<summary>
<para>Gets a value that indicates whether the tab (or tab page) is enabled on the client.</para>
</summary>
<value>true, if the tab (or tab page) is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlTabState.ClientVisible">
<summary>
<para>Gets or sets a value that specifies the tab&#39;s initial visibility state on the client.</para>
</summary>
<value>true to make a tab (tab page) initially displayed on the client; false to render the tab (tab page) into the extension, but make it initially hidden on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlTabState.Index">
<summary>
<para>Gets a value that specifies the PageControl page&#39;s index within the collection</para>
</summary>
<value>An integer value representing the zero-based index of the item within the collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlTabState.Name">
<summary>
<para>Gets a value that specifies name of the tab page.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the tab page.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PageControlTabState.Text">
<summary>
<para>Gets a value that specifies the text of a tab page.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the text of the tab page.</value>
</member>
<member name="T:DevExpress.Web.Mvc.PanelExtension">
<summary>
<para>Represents an extension object implementing the Panel functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PanelExtension.#ctor(DevExpress.Web.Mvc.PanelSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PanelExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PanelExtension.#ctor(DevExpress.Web.Mvc.PanelSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PanelExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.PanelSettings">
<summary>
<para>Contains the Panel extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PanelSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.PanelSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the Panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the Panel extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PanelSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the Panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PanelImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PanelSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PanelStyles"/> object that provides style settings for view elements.</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>
<param name="e">objects that contains the required data.</param>
</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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.#ctor(DevExpress.Web.Mvc.PivotGridSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</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.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 <see cref="T:DevExpress.Web.Mvc.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>true if filtering can be applied to fields via the Customization extension; otherwise, false.</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>true if the sort order of field values can be toggled via the Customization extension; otherwise, false.</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>true if the layout of fields in the PivotGrid control must not be immediately updated; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotCustomizationExtensionSettings.Layout">
<summary>
<para>Gets or sets the Customization extension&#39;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>true if the Customization extension is visible; otherwise, false.</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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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.#ctor(DevExpress.Web.Mvc.PivotGridSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</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.BindToEF(System.String,System.String)">
<summary>
<para>Binds the PivotGrid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the PivotGrid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<param name="selectingMethod"></param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the PivotGrid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<param name="selectingMethod"></param>
<param name="exceptionThrownMethod"></param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToEF(System.Type,System.String)">
<summary>
<para>Binds the PivotGridExtension to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToEF(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the PivotGrid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<param name="selectingMethod"></param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the PivotGrid 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.PivotGridExtension"/> object representing the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the PivotGrid 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"></param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the PivotGrid 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"></param>
<param name="exceptionThrownMethod"></param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object representing the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToLINQ(System.Type,System.String)">
<summary>
<para>Binds the PivotGrid 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.PivotGridExtension"/> object specifying the PivotGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.BindToLINQ(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the PivotGrid 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"></param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PivotGridExtension"/> object specifying the PivotGrid extension.</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)">
<summary>
<para>Returns data records used to calculate summary values for all cells.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> 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.CreateDrillDownDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Int32,System.Int32)">
<summary>
<para>Returns data records associated with the specified cell.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataSource">A PivotGrid data source.</param>
<param name="columnIndex">An integer value that is the zero-based column index.</param>
<param name="rowIndex">An integer value that is the zero-based row 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,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>Returns data records associated with the specified cell.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> 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 column index.</param>
<param name="rowIndex">An integer value that specifies the zero-based row index.</param>
<param name="customColumns">A list of columns to return.</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 data records associated with the specified cell.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataSource">A PivotGrid data source.</param>
<param name="columnIndex">An integer value that is the zero-based column index.</param>
<param name="rowIndex">An integer value that is the zero-based absolute row index.</param>
<param name="dataIndex">An integer value that is the data field 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,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>Returns data records associated with the specified cell.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataSource">A PivotGrid data source.</param>
<param name="columnIndex">An integer value that is the zero-based cell&#39;s column index.</param>
<param name="rowIndex">An integer value that is the zero-based cell&#39;s row index.</param>
<param name="maxRowCount">An integer value that specifies the maximum number of data rows to return. Set it to &#0045;1 to retrieve all rows.</param>
<param name="customColumns">A list of columns in a data source to return.</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.CreateOLAPDrillDownDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<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"></see> 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.CreateOLAPDrillDownDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<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"></see> 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. &#0045;1 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.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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> 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.CreateOLAPSummaryDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
<summary>
<para>In OLAP, returns the ASPxPivotGrid&#39;s summary data source.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object containing PivotGrid extension settings.</param>
<param name="connectionString">A System.String that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that represents the summary data source.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.CreateOLAPSummaryDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Int32,System.Int32)">
<summary>
<para>In OLAP, returns a summary data source for the specified row.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that contains PivotGrid extension settings.</param>
<param name="connectionString">A System.String that specifies the connection string to an OLAP cube.</param>
<param name="columnIndex">An integer value that specifies the column index.</param>
<param name="rowIndex">An integer value that specifies the absolute row index. To obtain the absolute row index by its index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that represents the summary data source.</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"></see> 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)">
<summary>
<para>Returns the PivotGrid&#39;s summary datasource.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> 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.CreateSummaryDataSource(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Int32,System.Int32)">
<summary>
<para>Returns a summary datasource for the specified row.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataSource">A PivotGrid data source.</param>
<param name="columnIndex">An integer value that specifies the column&#39;s index.</param>
<param name="rowIndex">An integer value that specifies the row&#39;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.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
<summary>
<para>Exports the pivot grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to HTML format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to Image format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to MHT format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data in text format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.ExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.Object,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"></see> object that contains PivotGrid settings.</param>
<param name="dataObject">A PivotGrid data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Object,System.Boolean)">
<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>
<param name="applyClientState">A <see cref="T:System.Boolean"/> value that specifies whether to apply the pivot grid&#39;s client state to a chart 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.GetDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
<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>
<param name="applyClientState">A <see cref="T:System.Boolean"/> value that specifies whether to apply the pivot grid&#39;s client state to a chart data source.</param>
<returns>A chart data source.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.GetEFDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Generates a chart data source from data when Pivot Grid operates in server mode using Entity Framework.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings defining how to generate a chart data source.</param>
<param name="selectingMethod">A method to which selection logic is delegated.</param>
<returns>A chart data source.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.GetEFDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Generates a chart data source from data when the Pivot Grid operates in server mode using Entity Framework.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings defining how to generate a chart data source.</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 chart data source.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.GetEFDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs},System.Boolean)">
<summary>
<para>Generates a chart data source from data when Pivot Grid operates in server mode using Entity Framework.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings defining how to generate a chart data source.</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>
<param name="applyClientState">A System.Boolean value that specifies whether to apply the pivot grid&#39;s client state to a chart data source.</param>
<returns>A chart data source.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.GetLINQDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Generates a chart data source from data when Pivot Grid operates in server mode using a LINQ provider.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings defining how to generate a chart data source.</param>
<param name="selectingMethod">A method to which selection logic is delegated.</param>
<returns>A chart data source.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.GetLINQDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Generates a chart data source from data when Pivot Grid operates in server mode using a LINQ provider.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings defining how to generate a chart data source.</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 chart data source.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.GetLINQDataObject(DevExpress.Web.Mvc.PivotGridSettings,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs},System.Boolean)">
<summary>
<para>Generates a chart data source from data when Pivot Grid operates in server mode using a LINQ provider.</para>
</summary>
<param name="pivotGridSettings">A <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> object that specifies pivot grid settings defining how to generate a chart data source.</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>
<param name="applyClientState">A System.Boolean value that specifies whether to apply the pivot grid&#39;s client state to a chart data source.</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToCsv(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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>An <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.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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.DocxExportOptions"/> object that provides export options.</param>
<returns>An <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.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>An <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.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>An <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.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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.DocxExportOptions"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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>An <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.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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.DocxExportOptions"/> object that provides export options.</param>
<returns>An <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.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>An <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.OLAPExportToDocx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the pivot grid&#39;s data to DOCX 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">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
<returns>An <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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToHtml(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToImage(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToMht(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToPdf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToRtf(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToText(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXls(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridExtension.OLAPExportToXlsx(DevExpress.Web.Mvc.PivotGridSettings,System.String,System.String)">
<summary>
<para>Exports the pivot grid&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;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"></see> object that contains PivotGrid settings.</param>
<param name="connectionString">A <see cref="T:System.String"></see> that specifies the connection string to an OLAP cube.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the PivotGrid data export operation.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.PivotGridSettings">
<summary>
<para>Contains the PivotGrid extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PivotGridSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.AddPopupMenuItem">
<summary>
<para>Enables you to customize the context menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventHandler"/> 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 <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.BeforeGetDataObject">
<summary>
<para>Enables you to perform custom actions before PivotGrid generates a chart data source from data and after the PivotGrid&#39;s callback state is applied.</para>
</summary>
<value>An <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> 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:js-MVCxClientPivotGrid.PerformCallback(data)"/> 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 callback has been initiated.</para>
</summary>
<value></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 <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellDisplayTextEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomCellStyleEventHandler"/> 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 <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ASPxPivotGrid.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 <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventHandler"/> 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 <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ASPxPivotGrid.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 <see cref="T:DevExpress.Web.CustomFilterExpressionDisplayTextEventHandler"/> 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 <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ASPxPivotGrid.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 <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomGroupIntervalEventHandler"/> 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&#39;s top-left corner.</para>
</summary>
<value>An integer value that specifies the X-coordinate of the Customization form&#39;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&#39;s top-left corner.</para>
</summary>
<value>An integer value that specifies the Y-coordinate of the Customization form&#39;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&#39;s Customization form is displayed within the page.</para>
</summary>
<value>true if the Customization form is displayed; otherwise, false.</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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomLoadCallbackState">
<summary>
<para>Allows you to load the PivotGrid&#39;s callback state, which was previously saved by handling the <see cref="P:DevExpress.Web.Mvc.PivotGridSettings.CustomSaveCallbackState"/> event.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventHandler"/> 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&#39;s callback state in a custom manner.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomServerModeSort">
<summary>
<para>In OLAP and server mode, provides the capability to sort data using custom rules.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.CustomServerModeSortEventArgs"/> 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 <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomSummaryEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.CustomUnboundFieldData">
<summary>
<para>Enables providing data to unbound fields.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventHandler"/> 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 <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.ASPxPivotGrid.PivotDataAreaPopupCreatedEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.DataBinding">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.DataBound">
<summary>
<para></para>
</summary>
<value></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&#39;s content is updated via a callback.</para>
</summary>
<value>true, if a specific animation effect is used; otherwise, false.</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>true, if a specific animation effect is used; otherwise, false.</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>True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - 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>true, to enable data caching; otherwise, false.</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 <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.FieldFilterChanged">
<summary>
<para>Occurs after a field&#39;s filter condition has been changed.</para>
</summary>
<value>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldFilterChanged"/> event.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.FieldFilterChanging">
<summary>
<para>Allows you to customize the filter that is being applied or cancel filtering.</para>
</summary>
<value>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldFilterChanging"/> event.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.Fields">
<summary>
<para>Provides access to a pivot grid&#39;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 <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.Filter">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.FilterControlCustomValueDisplayText">
<summary>
<para>Enables you to specify the entered filter value&#39;s custom display text, to be displayed when the filter control&#39;s condition value editor is inactive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventHandler"/> 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&#39;s operation dropdown menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlOperationVisibilityEventHandler"/> 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 <see cref="T:DevExpress.Web.FilterControlParseValueEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.GridLayout">
<summary>
<para>Fires after the PivotGrid&#39;s layout has been changed.</para>
</summary>
<value>An <see cref="T:System.EventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlCellPreparedEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlFieldValuePreparedEventHandler"/> 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&#39;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&#39;s data specific options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsData"/> object that contains the pivot grid&#39;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&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsLoadingPanel"/> object that contains the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsOLAP">
<summary>
<para>Provides access to the pivot grid&#39;s OLAP mode specific options.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP"/> object which contains the pivot grid&#39;s OLAP mode specific options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.OptionsPager">
<summary>
<para>Provides access to the pivot grid&#39;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 pivot grid&#39;s view options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxPivotGridWebOptionsView"/> object that provides the pivot grid&#39;s view options.</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 DevExpress.Web.ASPxPivotGrid.PivotPopupMenuCreatedEventHandler delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.Prefilter">
<summary>
<para>Gets the Prefilter&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter"/> object that contains the Prefilter&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.SaveStateToCookies">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.PivotGridSettings.SaveStateToCookiesID">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="M:DevExpress.Web.Mvc.PivotGridSettings.SetCellTemplateContent(System.Action{DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer})">
<summary>
<para>Allows setting html content for display inside the 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 html content for display inside the 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{DevExpress.Web.ASPxPivotGrid.PivotGridEmptyAreaTemplateContainer})">
<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.Action{DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer})">
<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.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.SetHeaderTemplateContent(System.Action{DevExpress.Web.ASPxPivotGrid.PivotGridHeaderTemplateContainer})">
<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.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 summary attribute.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the summary attribute text.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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">true if the starting node should be displayed; otherwise, false.</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.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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PopupControlExtensionBase"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.PopupControlSettings">
<summary>
<para>Contains the PopupControl extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PopupControlSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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&#39;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&#39;s position is updated automatically, when required.</para>
</summary>
<value>true if the popup window&#39;s position is updated automatically; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> 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 PopupControl.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the PopupControl.</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.CloseAction"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettings.CloseOnEscape">
<summary>
<para>Gets or sets a value specifying whether a popup window is closed when an end-user presses the ESC key.</para>
</summary>
<value>true, to close a popup window when the ESC key is pressed; otherwise, false.</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 <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> 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&#39;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.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>true if the default popup window is modal; otherwise, false.</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.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 <see cref="T:DevExpress.Web.PopupAlignCorrection"/> 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&#39;s horizontal alignment.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupHorizontalOffset">
<summary>
<para>Gets or sets a popup window&#39;s horizontal offset.</para>
</summary>
<value>An integer value that specifies a popup window&#39;s horizontal offset.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupVerticalAlign">
<summary>
<para>Gets or sets a popup window&#39;s vertical alignment.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettings.PopupVerticalOffset">
<summary>
<para>Gets or sets a popup window&#39;s vertical offset.</para>
</summary>
<value>An integer value that specifies a popup window&#39;s vertical offset.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettings.SettingsAdaptivity">
<summary>
<para>Provides access to the popup element&#39;s adaptivity settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlAdaptivitySettings"/> object that contains adaptivity settings.</value>
</member>
<member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowContentTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<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.SetWindowFooterContentTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the popup window (or dock panel) footer&#39;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.PopupControlSettings.SetWindowFooterContentTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the popup window (or dock panel) footer&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowFooterTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<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.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.SetWindowHeaderContentTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the popup window (or dock panel) header&#39;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.PopupControlSettings.SetWindowHeaderContentTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the popup window (or dock panel) header&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PopupControlSettings.SetWindowHeaderTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<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&#39;s scroll bars can be displayed when the default popup window is shown in modal mode.</para>
</summary>
<value>true if a browser&#39;s scroll bars are available; otherwise, false.</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 <see cref="T:DevExpress.Web.PopupWindowEventHandler"/> 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.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 <see cref="T:DevExpress.Web.Mvc.PopupControlSettingsBase"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</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>true, if end users can drag a popup window (dock panel); otherwise, false.</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>true if window resizing is allowed; otherwise, false.</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.CloseAnimationType">
<summary>
<para>Gets or sets a value specifying the animation type used to close popup windows.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Collapsed">
<summary>
<para>Gets or sets a value that specifies whether the window (dock panel) is collapsed.</para>
</summary>
<value>True, if the window is collapsed; otherwise, false.</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&#39;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 PopupControl&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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&#39;s (or dock panel&#39;s) part available for drag and drop operations.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.DragElement"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.EnableAnimation">
<summary>
<para>Gets or sets a value specifying the animation type used to show popup windows.</para>
</summary>
<value></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&#39;s content is updated via a callback.</para>
</summary>
<value>true if a specific animation effect is used; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.PopupControlSettingsBase"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false 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>true if windows can be hot-tracked; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.FooterNavigateUrl">
<summary>
<para>Gets or sets a URL to where the client&#39;s web browser will navigate when the text or image is clicked within a popup window&#39;s (or a dock panel&#39;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&#39;s (or a dock panel&#39;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&#39;s web browser will navigate when the text or image is clicked within a popup window&#39;s (or a dock panel&#39;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&#39;s (or a dock panel&#39;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 elements within the PopupControl.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlImages"/> 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 in the popup.</para>
</summary>
<value></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.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.LoadingPanelText">
<summary>
<para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.MaxHeight">
<summary>
<para>Gets or sets the maximum height of a PopupControl&#39;s window (or a DockPanel).</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum height of a window.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.Maximized">
<summary>
<para>Gets or sets a value that specifies whether the window (dock panel) is maximized.</para>
</summary>
<value>true, if the window is maximized; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.MaxWidth">
<summary>
<para>Gets or sets the maximum width of a PopupControl&#39;s window (or a DockPanel).</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> 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&#39;s window (or a DockPanel).</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> 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&#39;s window (or a DockPanel).</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> 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.Pinned">
<summary>
<para>Gets or sets a value that specifies whether the window (dock panel) is pinned.</para>
</summary>
<value>true if the window is pinned; otherwise, false.</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 <see cref="T:DevExpress.Web.AnimationType"/> 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 Java applets 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 <see cref="T:DevExpress.Web.ResizingMode"/> 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"></see> 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&#39;s windows (for PopupControl extension) or a dock panel (for DockPanel extension).</para>
</summary>
<value>true if information is persisted in cookies; otherwise, false.</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&#39;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&#39;s window (or the DockPanel).</para>
</summary>
<value>One of the <see cref="T:System.Web.UI.WebControls.ScrollBars"/> 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.SetFooterContentTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<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.PopupControlSettingsBase.SetFooterContentTemplateContent(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.PopupControlSettingsBase.SetFooterTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the popup window (or dock panel) footer.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</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.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PopupControlSettingsBase.SetHeaderContentTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<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.PopupControlSettingsBase.SetHeaderContentTemplateContent(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="M:DevExpress.Web.Mvc.PopupControlSettingsBase.SetHeaderTemplateContent(System.Action{DevExpress.Web.PopupControlTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the popup window (or dock panel) header&#39;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&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowCloseButton">
<summary>
<para>Gets or sets a value that specifies whether a popup window&#39;s (or a dock panel&#39;s) close button is displayed.</para>
</summary>
<value>true if a close button is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowCollapseButton">
<summary>
<para>Gets or sets a value that specifies whether a window&#39;s close button is displayed.</para>
</summary>
<value>true, if a window&#39;s close button is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowFooter">
<summary>
<para>Gets or sets a value that specifies whether a popup window&#39;s (or a dock panel&#39;s) footer is displayed.</para>
</summary>
<value>true if a footer is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowHeader">
<summary>
<para>Gets or sets a value that specifies whether a popup window&#39;s (or a dock panel&#39;s) header is displayed.</para>
</summary>
<value>true if a header is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowLoadingPanel">
<summary>
<para>Gets or sets whether the loading panel can be displayed.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.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></value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowMaximizeButton">
<summary>
<para>Gets or sets a value that specifies whether a window&#39;s maximize button is displayed.</para>
</summary>
<value>true, if a window&#39;s maximize button is displayed; otherwise, false.</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>true if the element is displayed on the page load; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowPinButton">
<summary>
<para>Gets or sets a value that specifies whether a window&#39;s pin button is displayed.</para>
</summary>
<value>true if the button is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupControlSettingsBase.ShowRefreshButton">
<summary>
<para>Gets or sets a value that specifies whether a window&#39;s refresh button is displayed.</para>
</summary>
<value>true if the button is displayed; otherwise, false.</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>true if a popup window (or a dock panel) casts a shadow; otherwise false.</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 <see cref="T:DevExpress.Web.ShowSizeGrip"/> 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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlStyles"/> 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&#39;s (or a dock panel&#39;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&#39;s (or a dock panel&#39;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&#39;s top side.</para>
</summary>
<value>An integer value specifying the y-coordinate of the default popup window&#39;s top side.</value>
</member>
<member name="T:DevExpress.Web.Mvc.PopupMenuExtension">
<summary>
<para>Represents an extension object implementing the PopupMenu functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PopupMenuExtension.#ctor(DevExpress.Web.Mvc.PopupMenuSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.PopupMenuExtension.Bind(System.Object)">
<summary>
<para>Binds the PopupMenu 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.PopupMenuExtension"/> object that is the PopupMenu.</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 <see cref="T:DevExpress.Web.Mvc.PopupMenuExtension"/> extension object.</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">true if the starting node should be displayed; otherwise, false.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PopupMenuExtension"/> 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 <see cref="T:DevExpress.Web.Mvc.PopupMenuExtension"/> 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 <see cref="T:DevExpress.Web.Mvc.PopupMenuExtension"/> 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 <see cref="T:DevExpress.Web.Mvc.PopupMenuExtension"/> extension object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.PopupMenuSettings">
<summary>
<para>Contains the PopupMenu extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.PopupMenuSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.PopupMenuSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.PopupMenuSettings.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.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 <see cref="T:DevExpress.Web.PopupMenuCloseAction"/> 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>true if scrolling is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupMenuSettings.Left">
<summary>
<para>Gets or sets the x-coordinate of the popup menu&#39;s left side.</para>
</summary>
<value>An integer value specifying the x-coordinate of the popup menu&#39;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 <see cref="T:DevExpress.Web.PopupAction"/> 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&#39;t be found automatically (if it&#39;s hidden within a naming container, for instance).</para>
</summary>
<value>An <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.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&#39;s horizontal alignment.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupHorizontalOffset">
<summary>
<para>Gets or sets a popup menu&#39;s horizontal offset.</para>
</summary>
<value>An integer value that specifies a popup menu&#39;s horizontal offset.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupVerticalAlign">
<summary>
<para>Gets or sets a popup menu&#39;s vertical alignment.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.PopupMenuSettings.PopupVerticalOffset">
<summary>
<para>Gets or sets a popup menu&#39;s vertical offset.</para>
</summary>
<value>An integer value that specifies a popup menu&#39;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&#39;s top side.</para>
</summary>
<value>An integer value specifying the y-coordinate of the default popup menu&#39;s top side.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 the ProgressBar extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ProgressBarSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ProgressBarSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ProgressBarSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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 that are specific to the ProgressBar.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxProgressBarProperties"/> object containing the ProgressBar 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"></see> enumeration values.</value>
</member>
<member name="T:DevExpress.Web.Mvc.QueryBuilderExtension">
<summary>
<para>Represents an extension object implementing the Query Builder functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.#ctor(DevExpress.Web.Mvc.SettingsBase,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> 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.QueryBuilderExtension.Bind(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
<summary>
<para>Binds the Query Builder to a data source using the specified connection parameters.</para>
</summary>
<param name="connectionParameters">A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object that specifies the Query Builder.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.Bind(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,DevExpress.DataAccess.Sql.SelectQuery)">
<summary>
<para>Binds the Query Builder to a data source using the specified connection parameters and SELECT query.</para>
</summary>
<param name="connectionParameters">A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.</param>
<param name="selectQuery">A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object that specifies the Query Builder.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.Bind(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,DevExpress.DataAccess.Sql.SelectQuery,System.Int32)">
<summary>
<para>Binds the Query Builder to a data source using the specified connection parameters, SELECT query and execution timeout.</para>
</summary>
<param name="connectionParameters">A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.</param>
<param name="selectQuery">A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</param>
<param name="commandTimeout">An integer value that specifies the timeout to execute a query.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object that specifies the Query Builder.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.Bind(DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel)">
<summary>
<para>Binds the Query Builder to a data source using the specified Query Builder model.</para>
</summary>
<param name="model">A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object that specifies the Query Builder.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.Bind(System.String)">
<summary>
<para>Binds the Query Builder to a data source using the specified connection name.</para>
</summary>
<param name="connectionName">A string that specifies the connection string name defined in the application&#39;s configuration file.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object that specifies the Query Builder.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.Bind(System.String,DevExpress.DataAccess.Sql.SelectQuery)">
<summary>
<para>Binds the Query Builder to a data source using the specified connection name and SELECT query.</para>
</summary>
<param name="connectionName">A string that specifies the connection string name defined in the application&#39;s configuration file.</param>
<param name="selectQuery">A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object that specifies the Query Builder.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.Bind(System.String,DevExpress.DataAccess.Sql.SelectQuery,System.Int32)">
<summary>
<para>Binds the Query Builder to a data source using the specified connection name, SELECT query and execution timeout.</para>
</summary>
<param name="connectionName">A string that specifies the connection string name defined in the application&#39;s configuration file.</param>
<param name="selectQuery">A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</param>
<param name="commandTimeout">An integer value that specifies the timeout to execute a query.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object that specifies the Query Builder.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetModel(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase)">
<summary>
<para>Returns the Query Builder model with the specified connection parameters.</para>
</summary>
<param name="connectionParameters">A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetModel(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,DevExpress.DataAccess.Sql.SelectQuery)">
<summary>
<para>Returns the Query Builder model with the specified connection parameters and SELECT query.</para>
</summary>
<param name="connectionParameters">A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.</param>
<param name="tableQuery">A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetModel(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,DevExpress.DataAccess.Sql.SelectQuery,System.Int32)">
<summary>
<para>Returns the Query Builder model with the specified connection parameters and SELECT query.</para>
</summary>
<param name="connectionParameters">A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.</param>
<param name="tableQuery">A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</param>
<param name="commandTimeout">An integer value that specifies the timeout to execute a query.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetModel(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,System.Int32)">
<summary>
<para>Returns the Query Builder model with the specified connection parameters and query execution timeout.</para>
</summary>
<param name="connectionParameters">A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings required to establish a data connection.</param>
<param name="commandTimeout">An integer value that specifies the timeout to execute a query.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetModel(System.String)">
<summary>
<para>Returns the Query Builder model with the specified connection name.</para>
</summary>
<param name="connectionName">A string that specifies the connection string name defined in the application&#39;s configuration file.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetModel(System.String,DevExpress.DataAccess.Sql.SelectQuery)">
<summary>
<para>Returns the Query Builder model with the specified connection name and SELECT query.</para>
</summary>
<param name="connectionName">A string that specifies the connection string name defined in the application&#39;s configuration file.</param>
<param name="tableQuery">A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetModel(System.String,DevExpress.DataAccess.Sql.SelectQuery,System.Int32)">
<summary>
<para>Returns the Query Builder model with the specified connection parameters, SELECT query and execution timeout.</para>
</summary>
<param name="connectionName">A string that specifies the connection string name defined in the application&#39;s configuration file.</param>
<param name="tableQuery">A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</param>
<param name="commandTimeout">An integer value that specifies the timeout to execute a query.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetModel(System.String,System.Int32)">
<summary>
<para>Returns the Query Builder model with the specified connection name and query execution timeout.</para>
</summary>
<param name="connectionName">A string that specifies the connection string name defined in the application&#39;s configuration file.</param>
<param name="commandTimeout">An integer value that specifies the timeout to execute a query.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderExtension.GetSaveCallbackResult(System.String)">
<summary>
<para>Returns the result of a callback sent to the server for saving a query.</para>
</summary>
<param name="name">A string that specified the Query Builder name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderSaveCallbackResult"/> object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.QueryBuilderSaveCallbackResult">
<summary>
<para></para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSaveCallbackResult.ErrorMessage">
<summary>
<para>Returns an error text if an exception occurs during query validation.</para>
</summary>
<value>A string that specified the error message.</value>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSaveCallbackResult.ResultQuery">
<summary>
<para>Returns a resulting SQL query&#39;s high-level object model.</para>
</summary>
<value>A <see cref="T:DevExpress.DataAccess.Sql.SelectQuery"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSaveCallbackResult.SelectStatement">
<summary>
<para>Returns a string that specifies the resulting &#39;SELECT&#39; statement.</para>
</summary>
<value>A string that specifies the final &#39;SELECT&#39; statement.</value>
</member>
<member name="T:DevExpress.Web.Mvc.QueryBuilderSettings">
<summary>
<para>Contains the Query Builder extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.QueryBuilderSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.QueryBuilderSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSettings.ClientSideEvents">
<summary>
<para>Provides access to the client-side events specific to the Query Builder.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxQueryBuilderClientSideEvents"/> object which allows assigning handlers to the client-side events available to the Query Builder extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSettings.DisableHttpHandlerValidation">
<summary>
<para>Specifies whether to disable the HttpHandler validation.</para>
</summary>
<value>true, to disable the validation; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSettings.ParametersMode">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSettings.RouteValues">
<summary>
<para>Defines the routing logic by specifying the names of a Controller and an Action which should handle requests from the Query Builder.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSettings.SaveCallbackRouteValues">
<summary>
<para>Specifies the names of a Controller and an Action which should handle requests from the Query Builder to save queries.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.QueryBuilderSettings.SettingsClientSideModel">
<summary>
<para>Provides access to the settings of the Query Builder&#39;s client-side model.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.QueryBuilder.QueryBuilderClientSideModelSettings"/> object.</value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.RadioButtonListExtension"/> 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.RadioButtonListSettings">
<summary>
<para>Contains the RadioButtonList extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RadioButtonListSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RadioButtonListSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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 HTML radio button elements.</para>
</summary>
<value>true if a radio button list should be rendered using standard HTML elements; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the RadioButtonList editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxRadioButtonListProperties"/> object containing the RadioButtonList 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RadioButtonListSettings.SelectedIndex">
<summary>
<para>Gets or sets the selected list item&#39;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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="T:DevExpress.Web.Mvc.RadioButtonSettings">
<summary>
<para>Contains the RadioButton extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RadioButtonSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RadioButtonSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.RadioButtonSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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>true if the radio button is checked; otherwise, false.</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 HTML radio button element.</para>
</summary>
<value>true if a RadioButton should be rendered using standard HTML elements; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RadioButtonSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the RadioButton editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxRadioButtonProperties"/> object containing the RadioButton 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> 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>true if model error messages are automatically displayed for an invalid editor; false 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.RatingControlExtension">
<summary>
<para>Represents an extension object implementing the RatingControl functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RatingControlExtension.#ctor(DevExpress.Web.Mvc.RatingControlSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RatingControlExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RatingControlExtension.#ctor(DevExpress.Web.Mvc.RatingControlSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RatingControlExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RatingControlExtension.Bind(System.Decimal)">
<summary>
<para>Binds the RatiingControl to a decimal value.</para>
</summary>
<param name="value">A <see cref="T:System.Decimal"/> object that is the bound value.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.RatingControlExtension"/> object that is the RatingControl extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RatingControlExtension.GetValue(System.String)">
<summary>
<para>Returns a specific RatingControl value.</para>
</summary>
<param name="name">A string specifying the RatingControl name.</param>
<returns>A <see cref="T:System.Decimal"/> object representing the RatingControl value.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.RatingControlSettings">
<summary>
<para>Contains the RatingControl extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RatingControlSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RatingControlSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the RatingControl.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RatingControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the RatingControl.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.ClientVisible">
<summary>
<para>Gets or sets a value that specifies the initial visibility state of the RatingControl extenion on the client.</para>
</summary>
<value>true to make the extension initially displayed on the client; false to render the RatingControl extension into the web page, but make it initially hidden on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.FillPrecision">
<summary>
<para>Gets or sets a value that specifies the manner items are filled.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.RatingControlItemFillPrecision"/> enumerator values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.ImageMapUrl">
<summary>
<para>Gets or sets the URL pointing to the image representing an item within the RatingControl extension.</para>
</summary>
<value>A System.String value specifying the URL representing the path to the image.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.ItemCount">
<summary>
<para>Gets or sets the number of items displayed in the RatingControl extension.</para>
</summary>
<value>An integer value that specifies the number of items.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.ItemHeight">
<summary>
<para>Gets or sets an item&#39;s height.</para>
</summary>
<value>An integer value representing an item&#39;s height in pixels.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.ItemWidth">
<summary>
<para>Gets or sets an item&#39;s width.</para>
</summary>
<value>An integer value representing the item&#39;s width in pixels.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.ReadOnly">
<summary>
<para>Gets or sets the read-only status of the RatingControl extension.</para>
</summary>
<value>true, if end-users cannot modify an extension&#39;s value; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RatingControlSettings.Titles">
<summary>
<para>Gets or sets the items tooltip titles (a string containing the enumeration of titles, one after another, separated by commas).</para>
</summary>
<value>A <see cref="T:System.String"/> value which specifies the items tooltip titles.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ReportDesignerExtension">
<summary>
<para>Renders the <see cref="T:DevExpress.XtraReports.Web.ASPxReportDesigner"/> in ASP.NET MVC.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> 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.ReportDesignerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> class with the specified 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="M:DevExpress.Web.Mvc.ReportDesignerExtension.Bind(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Binds the Report Designer to a report.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.Bind(DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel)">
<summary>
<para>Binds the Report Designer to a model.</para>
</summary>
<param name="model">A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel"/> object.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.Bind(System.Byte[])">
<summary>
<para>Binds the Report Designer to a report.</para>
</summary>
<param name="reportXmlLayout">A <see cref="T:System.Byte"/> array, containing the XML layout of the report.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.Bind(System.String)">
<summary>
<para>Binds the Report Designer to a report.</para>
</summary>
<param name="reportXmlLayout">A <see cref="T:System.String"/> value, containing the XML layout of the report.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.BindToUrl(System.String)">
<summary>
<para>Binds the Report Designer to a report URL.</para>
</summary>
<param name="reportUrl">A <see cref="T:System.String"/> value, specifying the report URL.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.ConvertReportJsonToXml(System.String)">
<summary>
<para>Returns the binary representation of a report layout encoded in the specified JSON string.</para>
</summary>
<param name="json">A <see cref="T:System.String"/> value, storing the report layout in JSON format.</param>
<returns>A <see cref="T:System.Byte"/> array, storing the report layout in binary form.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Returns the session settings of a Web Report Designer with the specified report.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IDictionary{System.String,System.Object})">
<summary>
<para>Returns the session settings of a Web Report Designer with the specified report and data sources.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<param name="dataSources">A dictionary, listing the data sources by their names.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem})">
<summary>
<para>Returns the session settings of a Web Report Designer with the specified report, menu items, data sources and subreports.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<param name="dataSources">A dictionary, listing the data sources by their names.</param>
<param name="subreports">A dictionary, listing the subreports by their names.</param>
<param name="menuItems">A collection of <see cref="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem"/> objects.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem})">
<summary>
<para>Returns the session settings of a Web Report Designer with the specified report, menu items and data sources.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<param name="dataSources">A dictionary, listing the data sources by their names.</param>
<param name="menuItems">A collection of <see cref="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem"/> objects.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IDictionary{System.String,System.String})">
<summary>
<para>Returns the session settings of a Web Report Designer with the specified report and subreports.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<param name="subreports">A dictionary, listing the subreports by their names.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem})">
<summary>
<para>Returns the session settings of a Web Report Designer with the specified report, menu items and subreports.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<param name="subreports">A dictionary, listing the subreports by their names.</param>
<param name="menuItems">A collection of <see cref="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem"/> objects.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem})">
<summary>
<para>Returns the session settings of a Web Report Designer with the specified report and menu items.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<param name="menuItems">A collection of <see cref="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem"/> objects.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerExtension.GetReportXml(System.String)">
<summary>
<para>Returns a binary array storing the specified report layout.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value, specifying the report name.</param>
<returns>A <see cref="T:System.Byte"/> array, storing the report layout.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.ReportDesignerSettings">
<summary>
<para>Stores settings of the <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ReportDesignerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ReportDesignerSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.AllowMDI">
<summary>
<para>Specifies whether an end user can close all the multiple reports currently designed in the Web Report Designer or a single report should be kept associated with it.</para>
</summary>
<value>true if the Report Designer is not associated with a certain report and all the reports designed in it can be closed; false if the Report Designer remains associated with a single report.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.ClientSideEvents">
<summary>
<para>Provides access to the client-side events specific to the <see cref="T:js-MVCxClientReportDesigner"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxReportDesignerClientSideEvents"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.DataSources">
<summary>
<para>Provides access to the data sources available during a Report Designer session.</para>
</summary>
<value>A dictionary, listing the report data sources by their names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.DisableHttpHandlerValidation">
<summary>
<para>Specifies whether to disable the HttpHandler validation.</para>
</summary>
<value>true, to disable the validation; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.MenuItems">
<summary>
<para>Provides access to the collection of menu items of the <see cref="T:DevExpress.Web.Mvc.ReportDesignerSettings"/>.</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem"/> objects.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.SaveCallbackRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to saving a report definition.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.SettingsClientSideModel">
<summary>
<para>Provides access to the settings of the Report Designer&#39;s client-side model.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerClientSideModelSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.SettingsWizard">
<summary>
<para>Provides access to the Report Wizard settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportDesigner.ReportDesignerWizardSettings"/> object that contains Report Wizard settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.ShouldDisposeDataSources">
<summary>
<para>Specifies whether or not report data sources should be disposed.</para>
</summary>
<value>true, to dispose data sources; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.ShouldDisposeReport">
<summary>
<para>Specifies whether or not a report should be disposed together with its associated Report Designer.</para>
</summary>
<value>true to dispose the report along with the Report Designer; otherwise false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportDesignerSettings.Subreports">
<summary>
<para>Provides access to the subreports available in an opened report.</para>
</summary>
<value>A dictionary, listing the available subreports by their names.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ReportToolbarExtension">
<summary>
<para>Renders the <see cref="T:DevExpress.Web.Mvc.MVCxReportToolbar"/> component of the <see cref="T:DevExpress.Web.Mvc.DocumentViewerExtension"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ReportToolbarExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.ReportToolbarExtension"/>&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.ReportToolbarSettings"/> object.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ReportToolbarSettings">
<summary>
<para>Stores settings of the <see cref="T:DevExpress.Web.Mvc.ReportToolbarExtension"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ReportToolbarSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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>true to enable support for Section 508; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.CaptionSettings">
<summary>
<para>Provides access to the caption settings of a report toolbar.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarEditorCaptionSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.ClientSideEvents">
<summary>
<para>Provides access to the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.ReportToolbarSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarClientSideEvents"/> object that provides client-side events to the <see cref="T:DevExpress.Web.Mvc.ReportToolbarSettings"/>.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportToolbarSettings.Images">
<summary>
<para>Provides access to a list of images used in <see cref="T:DevExpress.Web.Mvc.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"/>&#39;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"/>&#39;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"/>&#39;s padding.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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"/>&#39;s background image.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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"/>&#39;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"/>&#39;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"/>&#39;s separator line.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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"/>&#39;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"/>&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.ReportToolbarStyles"/> object.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ReportViewerExtension">
<summary>
<para>Renders the <see cref="T:DevExpress.Web.Mvc.MVCxReportViewer"/> component of the <see cref="T:DevExpress.Web.Mvc.DocumentViewerExtension"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ReportViewerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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="M:DevExpress.Web.Mvc.ReportViewerExtension.ExportTo(DevExpress.XtraReports.UI.XtraReport,System.Web.HttpRequestBase)">
<summary>
<para>Exports a document displayed by the Report Viewer.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> to be exported.</param>
<param name="request">An HTTP request containing report export settings.</param>
<returns>A <see cref="T:System.Web.Mvc.FileResult"/> used to send the exported file content in response to the HTTP request.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerExtension.Settings">
<summary>
<para>Provides access to the <see cref="T:DevExpress.Web.Mvc.ReportViewerExtension"/>&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/> object.</value>
</member>
<member name="T:DevExpress.Web.Mvc.ReportViewerSettings">
<summary>
<para>Stores settings of the <see cref="T:DevExpress.Web.Mvc.ReportViewerExtension"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ReportViewerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.AllowURLsWithJSContent">
<summary>
<para>Specifies whether or not the execution of the JavaScript code placed in URLs is allowed.</para>
</summary>
<value>true, to allow the execution of the JavaScript code placed in URLs; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.AutoSize">
<summary>
<para>Specifies whether a report&#39;s size is defined by the bounds of a report viewer, or of a report page.</para>
</summary>
<value>true to use the report page&#39;s size; otherwise, false.</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.Border"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.CacheReportDocument">
<summary>
<para>Occurs when a report document is created and it&#39;s possible to store it in the cache.</para>
</summary>
<value>A CacheReportDocumentEventHandler delegate that will handle the CacheReportDocument event.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.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 <see cref="T:System.Object"/> value, containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.ClientSideEvents">
<summary>
<para>Provides access to the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxReportViewerClientSideEvents"/> object that provides client-side events to the <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/>.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.DeserializeClientParameters">
<summary>
<para>Returns the values assigned to a report parameter on the client.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate, specifying a <see cref="T:DevExpress.XtraReports.Web.DeserializeClientParameterEventArgs"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.EnableReportMargins">
<summary>
<para>Specifies whether or not the Document Viewer should display the page margins of a report document.</para>
</summary>
<value>true, to display a report&#39;s page margins; otherwise false.</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 <see cref="T:System.Object"/> value, containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the Report Viewer.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImagesBase"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.ImagesEmbeddingMode">
<summary>
<para>Specifies the mode of embedding images inside a report viewer on the client, to enable cross-browser compatibility in different environments.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.Web.ImagesEmbeddingMode"/> enumeration value.</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>Gets or sets the position of an image displayed within a Loading Panel with respect to the panel&#39;s text content.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ImagePosition"/> enumeration values.</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"/>&#39;s paddings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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&#39;s content should be displayed at once.</para>
</summary>
<value>true if the <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/> displays only one report page at a time; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.PrintUsingAdobePlugIn">
<summary>
<para>Specifies whether or not to print a report using the Adobe Reader&#174; plug-in, assuming it is installed on the client&#39;s web browser.</para>
</summary>
<value>true to print a report using the Adobe Reader&#174; plug-in; otherwise, false. The default is true.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.Report">
<summary>
<para>Specifies the report instance which is associated with <see cref="T:DevExpress.Web.Mvc.ReportViewerSettings"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.RestoreReportDocumentFromCache">
<summary>
<para>Occurs when a Document Viewer requires a report for display, and it&#39;s possible to restore an existing report document from the cache.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.RestoreReportDocumentFromCacheEventHandler"/> delegate that will handle the RestoreReportDocumentFromCache event.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.SearchDialogButtonStyles">
<summary>
<para>Provides access to the style settings of the Search dialog&#39;s buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 Search dialog&#39;s editors.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.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 Search dialog&#39;s editors.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.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 Search dialog&#39;s form.</para>
</summary>
<value>A DevExpress.XtraReports.Web.ImagesDialogForm object that defines the form&#39;s image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.SearchDialogFormStyles">
<summary>
<para>Provides access to the style settings of the Search dialog&#39;s form.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlStyles"/> object that defines the form&#39;s appearance.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.ShouldDisposeReport">
<summary>
<para>Specifies whether or not a report should be disposed together with its associated ASP.NET Document Viewer.</para>
</summary>
<value>true to dispose the report along with the Document Viewer; otherwise false.</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>true if an image is allowed to be displayed within the loading panel; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ReportViewerSettings.TableLayout">
<summary>
<para>Determines whether to use the table or non-table layout in the displayed HTML document.</para>
</summary>
<value>true, to use a table layout; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.Mvc.RibbonExtension">
<summary>
<para>Represents an extension object implementing the Ribbon functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.#ctor(DevExpress.Web.Mvc.RibbonSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.#ctor(DevExpress.Web.Mvc.RibbonSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.Bind(System.Object)">
<summary>
<para>Binds the Ribbon extension 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.RibbonExtension"/> object representing the Ribbon extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.BindToSiteMap(System.String)">
<summary>
<para>Binds the Ribbon extension to the sitemap file specified by its name.</para>
</summary>
<param name="fileName">A string specifying the file name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> object representing the Ribbon extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.BindToSiteMap(System.String,System.Boolean)">
<summary>
<para>Binds the Ribbon extension 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">true, if the starting node should be displayed; otherwise, false.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> object representing the Ribbon extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.BindToXML(System.String)">
<summary>
<para>Binds the Ribbon extension to the XML file specified by its name.</para>
</summary>
<param name="fileName">A string specifying the file name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> object representing the Ribbon extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.BindToXML(System.String,System.String)">
<summary>
<para>Binds the Ribbon extension to the XML file specified by its name and 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>A <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> object representing the Ribbon extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the Ribbon extension 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 <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> object representing the Ribbon extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonExtension.GetComboBoxCallbackResult(System.Action{DevExpress.Web.Mvc.MVCxRibbonComboBoxProperties})">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a combo box used as a ribbon item.</para>
</summary>
<param name="method">A delegate method providing the required combo box properties.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.RibbonSettings">
<summary>
<para>Contains the Ribbon extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RibbonSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.ActiveTabIndex">
<summary>
<para>Gets or sets the index of a tab which is selected within the extension.</para>
</summary>
<value>An integer value specifying the index of an active tab in the extension&#39;s <see cref="P:DevExpress.Web.Mvc.RibbonSettings.Tabs"/> collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.AllowMinimize">
<summary>
<para>Gets or sets a value specifying whether the Ribbon extension can be minimized.</para>
</summary>
<value>true, to allow ribbon minimization; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.AutoGenerateAccessKeys">
<summary>
<para>Specifies if access keys for ribbon elements should be generated automatically.</para>
</summary>
<value>true, if access keys are generated automatically; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the Ribbon.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonClientSideEvents"/> object which allows assigning handlers to the client-side events available to the Ribbon.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.ContextTabCategories">
<summary>
<para>Gets the collection of context tab categories.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxRibbonContextTabCategoryCollection"/> object that is the collection of context tab categories.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.DataBound">
<summary>
<para>Allows you to perform specific actions after the Ribbon is bound to a data source.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.FileTabAccessKey">
<summary>
<para>Specifies the access key that allows end-users to quickly navigate to the ribbon file tab.</para>
</summary>
<value>The access key for quick navigation to the ribbon file tab.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.FileTabText">
<summary>
<para>Gets or sets the text displayed in the file tab.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.GroupDataBound">
<summary>
<para>Occurs after a group has been bound to a data source.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonGroupEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.GroupDataFields">
<summary>
<para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which group settings of a bound ribbon should be obtained.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonGroupDataFields"/> object that contains the required mapping properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the Ribbon.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.ItemDataBound">
<summary>
<para>Occurs after a Ribbon item has been bound to a data source.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonItemEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.ItemDataFields">
<summary>
<para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which item settings of a bound ribbon should be obtained.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonItemDataFields"/> object that contains the required mapping properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.KeyboardSupport">
<summary>
<para>Gets or sets a value that specifies whether keyboard navigation is available in the Ribbon extension.</para>
</summary>
<value>true, if keyboard navigation is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.KeyTipModeShortcut">
<summary>
<para>Specifies a keyboard shortcut, which when pressed will show tab key tips.</para>
</summary>
<value>The <see cref="T:System.String"/> value specifying the keyboard combination.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.Minimized">
<summary>
<para>Specifies the ribbon minimization state.</para>
</summary>
<value>true if the ribbon is minimized or temporarily shown; false if the ribbon is in the normal state.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.OneLineMode">
<summary>
<para>Specifies if a ribbon displays all items in an active tab on one line.</para>
</summary>
<value>true, to display items on one line; false, to display items on several lines.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.SaveStateToCookies">
<summary>
<para>Gets or sets a value that specifies whether cookies are used to persist information about the Ribbon&#39;s state.</para>
</summary>
<value>true, if information is persisted in cookies; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.SaveStateToCookiesID">
<summary>
<para>Gets or sets the name (identifier) of the cookie in which the Ribbon&#39;s state is persisted.</para>
</summary>
<value>A string value specifying a cookie&#39;s name.</value>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonSettings.SetFileTabTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to specify a template used for displaying the content of the file tab.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RibbonSettings.SetFileTabTemplateContent(System.String)">
<summary>
<para>Allows you to specify a template used for displaying the content of the file tab.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.SettingsPopupMenu">
<summary>
<para>Provides access to the settings of a popup menu in the ribbon.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonSettingsPopupMenu"/> object that contains the popup menu settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.ShowFileTab">
<summary>
<para>Gets or sets a value that specifies whether the file tab is displayed in the ribbon.</para>
</summary>
<value>true, if the file tab is visible; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.ShowGroupLabels">
<summary>
<para>Gets or sets a value that specifies whether or not group labels are displayed.</para>
</summary>
<value>true, to show group labels; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.ShowTabs">
<summary>
<para>Gets or sets whether tab headers are displayed in the ribbon.</para>
</summary>
<value>true, if the tab headers should be displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.StylesPopupMenu">
<summary>
<para>Provides access to the style settings defining the appearance of popup menu elements used in a ribbon.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonMenuStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.StylesTabControl">
<summary>
<para>Provides access to the style settings defining the appearance of tab control elements used in a ribbon.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonTabControlStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.TabDataBound">
<summary>
<para>Occurs after a Ribbon tab has been bound to a data source.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonTabEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.TabDataFields">
<summary>
<para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which tab settings of a bound ribbon should be obtained.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RibbonTabDataFields"/> object that contains the required mapping properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RibbonSettings.Tabs">
<summary>
<para>Gets the collection of ribbon tabs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxRibbonTabCollection"/> object that is the collection of the ribbon&#39;s tabs.</value>
</member>
<member name="T:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor">
<summary>
<para>Provides methods to process a document in the Controller in a custom manner.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.Bind(System.Object)">
<summary>
<para>Binds the RichEdit 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.RichEditCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.BindToXML(System.String)">
<summary>
<para>Binds the RichEdit to the XML file specified by its name.</para>
</summary>
<param name="fileName">A string specifying the file name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.BindToXML(System.String,System.String)">
<summary>
<para>Binds the RichEdit 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.RichEditCustomDocumentProcessor.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the RichEdit 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.RichEditCustomDocumentProcessor.CalculateDocumentVariable(System.Action{DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs})">
<summary>
<para>Allows custom processing to be implemented when the DOCVARIABLE field field is updated.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.CallbackRouteValues(System.Object)">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.</para>
</summary>
<param name="callbackRouteValues">An object that contains the Controller and Action names.</param>
<returns>An object that allows you to further process a document.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.CustomizeMergeFields(System.Action{DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs})">
<summary>
<para>Fires when the &#39;Insert Merge Field&#39; command button is clicked, and enables you to customize a drop-down field list.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.InsertContentToClient(System.Action{DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs})">
<summary>
<para>Sets a handler for an event that fires after the client <see cref="P:js-RichEditCommands.insertContentFromServer"/> command is executed.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs"/> object as a parameter.</param>
<returns>An object that allows you to further process a document in the Controller in a custom manner.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.Saving(System.Action{DevExpress.Web.Office.DocumentSavingEventArgs})">
<summary>
<para>Fires before a file is saved to the server and allows you to cancel the action.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Office.DocumentSavingEventArgs"/> as a parameter.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.SettingsDocumentSelector(System.Action{DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings})">
<summary>
<para>Provides access to Document Selector settings.</para>
</summary>
<param name="method">A delegate method that accepts a <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings"/> object as a parameter.</param>
<returns>An object that allows you to further process a document.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.SpellCheckerWordAdded(System.Action{DevExpress.XtraSpellChecker.WordAddedEventArgs})">
<summary>
<para>Fires when a word is added to the spell checker and enables you to add custom handling.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.XtraSpellChecker.WordAddedEventArgs"/> as a parameter</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor"/> object</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditCustomDocumentProcessor.Unit(DevExpress.Web.ASPxRichEdit.RichEditUnit)">
<summary>
<para>Specifies the measurement unit.</para>
</summary>
<param name="unit">The unit.</param>
<returns>An object that allows you to further process a document in the Controller in a custom manner.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.RichEditExtension">
<summary>
<para>Represents an extension object implementing the RichEdit functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.#ctor(DevExpress.Web.Mvc.RichEditSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.#ctor(DevExpress.Web.Mvc.RichEditSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Bind(System.Object)">
<summary>
<para>Binds the RichEdit 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.RichEditExtension"/> object representing the RichEdit.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.BindToXML(System.String)">
<summary>
<para>Binds the RichEdit 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.RichEditExtension.BindToXML(System.String,System.String)">
<summary>
<para>Binds the RichEdit 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.RichEditExtension.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the RichEdit 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">The name of a file that formats the XML document.</param>
<returns>An extension object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.CreateMailMergeOptions">
<summary>
<para>Creates an object for specifying the options used in mail merge operations.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> object defining mail merge options.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditExtension.DefaultRibbonContextTabCategories">
<summary>
<para>Gets an array of predefined ribbon context tab categories for the RichEdit extension.</para>
</summary>
<value>A DevExpress.Web.RibbonContextTabCategory[] object that is an array of default ribbon context tab categories.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditExtension.DefaultRibbonTabs">
<summary>
<para>Gets an array of predefined ribbon tabs for the RichEdit extension.</para>
</summary>
<value>A DevExpress.Web.RibbonTab[] object that is an array of default ribbon tabs for the RichEdit extension.</value>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.ExportToPDF(System.String,System.String)">
<summary>
<para>Exports the RichEdit&#39;s current document to PDF, based on the provided settings.</para>
</summary>
<param name="extensionName">A string value specifying the name of the processed RichEdit extension.</param>
<param name="fileName">A string value that is the file name to which the exported document is saved.</param>
<returns>A System.Web.Mvc.ActionResult encapsulating the result of the RichEdit data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.GetCallbackResult(System.String,System.Action{DevExpress.Web.Mvc.RichEditCustomDocumentProcessor})">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action specified by the <see cref="P:DevExpress.Web.Mvc.RichEditSettings.CallbackRouteValues"/> property.</para>
</summary>
<param name="extensionName">A string value specifying the name of the processed RichEdit extension.</param>
<param name="method">A delegate method of the RichEditCustomDocumentProcessor type.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.GetDocumentId(System.String)">
<summary>
<para>Returns the unique identifier of the specified RichEdit document.</para>
</summary>
<param name="extensionName">A string value specifying the RichEdit extension name.</param>
<returns>A string value that uniquely identifies the document.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.LoadDocument(System.String,System.String)">
<summary>
<para>Loads a specific file to the specified RichEdit extension.</para>
</summary>
<param name="extensionName">A string value specifying the name of the RichEdit extension that loads the document.</param>
<param name="filePath">A string value specifying the path to the file that should be loaded into the RichEdit.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of a RichEdit&#39;s document load operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.MailMerge(System.String,DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para>Initializes the mail merge process and generates the resulting document containing the merged information.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="document">An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface to which the merged document is sent.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.MailMerge(System.String,DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para>Initializes the mail merge process and generates the resulting document containing the merged information.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="mailMergeOptions">A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.</param>
<param name="document">An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface to which the merged document is sent.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.MailMerge(System.String,DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Initializes the mail merge process and generates the resulting document containing the merged information.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="mailMergeOptions">A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.</param>
<param name="stream">A <see cref="T:System.IO.Stream"/> object that is the output stream.</param>
<param name="documentFormat">A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.MailMerge(System.String,DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Initializes the mail merge process and generates the resulting document containing the merged information.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="mailMergeOptions">A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.</param>
<param name="fileName">A name of the file to which the merged document is saved.</param>
<param name="documentFormat">A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.MailMerge(System.String,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Initializes the mail merge process and generates the resulting document containing the merged information.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="stream">A <see cref="T:System.IO.Stream"/> object that is the output stream.</param>
<param name="documentFormat">A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.MailMerge(System.String,System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Initializes the mail merge process and generates the resulting document containing the merged information.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="fileName">A name of the file to which the merged document is saved.</param>
<param name="documentFormat">A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.New(System.String)">
<summary>
<para>Creates a new empty document within the RichEdit.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(DevExpress.Web.Office.RichEditDocumentInfo)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="documentInfo">A <see cref="T:DevExpress.Web.Office.RichEditDocumentInfo"/> object that contains information about the document to open.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object representing the RichEdit extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="filePath">A string value specifying the path to the document to open.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object representing the RichEdit extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,DevExpress.Web.Office.RichEditDocumentInfo)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="documentInfo">A <see cref="T:DevExpress.Web.Office.RichEditDocumentInfo"/> object that contains information about the document to open.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="filePath">A string value specifying the path to the document to open.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object representing the RichEdit extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,DevExpress.XtraRichEdit.DocumentFormat,System.Func{System.Byte[]})">
<summary>
<para>Opens a document specified by an array of bytes.</para>
</summary>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
<param name="contentAccessorByByte">A method delegate to obtain a byte array from which to open the document.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object representing the RichEdit extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,DevExpress.XtraRichEdit.DocumentFormat,System.Func{System.IO.Stream})">
<summary>
<para>Opens a document specified by a stream.</para>
</summary>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
<param name="contentAccessorByStream">A method delegate to obtain a stream from which to open the document.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object representing the RichEdit extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,System.Func{System.Byte[]})">
<summary>
<para>Opens a document specified by an array of bytes.</para>
</summary>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open.</param>
<param name="contentAccessorByByte">A method delegate to obtain a byte array from which to open the document.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object representing the RichEdit extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,System.Func{System.IO.Stream})">
<summary>
<para>Opens a document specified by a stream.</para>
</summary>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open.</param>
<param name="contentAccessorByStream">A method delegate to obtain a stream from which to open the document.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object representing the RichEdit extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,System.String)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="filePath">A string value specifying the path to the document to open.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="filePath">A string value specifying the path to the document to open.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,System.String,DevExpress.XtraRichEdit.DocumentFormat,System.Func{System.Byte[]})">
<summary>
<para>Opens a document specified by an array of bytes.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open (the document&#39;s DocumentId).</param>
<param name="format">A <see cref="T:js-DocumentFormat"/> object specifying the document format.</param>
<param name="contentAccessorByBytes">A method delegate to obtain a byte array from which to open the document.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.Open(System.String,System.String,DevExpress.XtraRichEdit.DocumentFormat,System.Func{System.IO.Stream})">
<summary>
<para>Opens a document specified by a stream.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open (the document&#39;s DocumentId).</param>
<param name="format">A <see cref="T:js-DocumentFormat"/> object specifying the document format.</param>
<param name="contentAccessorByStream">A method delegate to obtain a stream from which to open the document.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.SaveCopy(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Saves a document copy using the specified settings.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
<returns>An array of bytes where the document is saved to.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.SaveCopy(System.String,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Saves a document copy using the specified settings.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="outputStream">A stream object where the document is to be saved.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditExtension.SaveCopy(System.String,System.String)">
<summary>
<para>Saves a document copy using the specified settings.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<param name="documentPath">A string value specifying the document path to save to.</param>
</member>
<member name="T:DevExpress.Web.Mvc.RichEditSettings">
<summary>
<para>Contains the RichEdit extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RichEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RichEditSettings"></see> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.ActiveTabIndex">
<summary>
<para>Gets or sets the index of the active ribbon tab within the RichEdit.</para>
</summary>
<value>An integer value specifying the index of the active ribbon tab.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.AssociatedRibbonName">
<summary>
<para>Specifies the name of a Ribbon extension, used as an external toolbar.</para>
</summary>
<value>A string value specifying the ribbon name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.AutoSaveMode">
<summary>
<para>Gets or sets the auto-saving mode.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Office.Internal.AutoSaveMode"/> values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.AutoSaveTimeout">
<summary>
<para>Gets or sets the timeout for auto-saving.</para>
</summary>
<value>An integer value specifying the timeout, in milliseconds.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.CalculateDocumentVariable">
<summary>
<para>Allows custom processing to be implemented when the DOCVARIABLE field field is updated.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.CalculateDocumentVariableEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.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.RichEditSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the RichEdit.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the RichEdit.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.ConfirmOnLosingChanges">
<summary>
<para>Gets or sets the text of the confirmation message that is displayed when any unsaved data changes are going to be lost.</para>
</summary>
<value>A string specifying the confirmation message text.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.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:js-MVCxClientRichEdit.PerformCallback(data)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.CustomizeMergeFields">
<summary>
<para>Fires when the &#39;Insert Merge Field&#39; command button is clicked, and enables you to customize a drop-down field list.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.EnableClientSideAPI">
<summary>
<para>Gets or sets a value that specifies whether the RichEdit can be manipulated on the client side in code.</para>
</summary>
<value>true, if the control&#39;s client object model is fully available; false, if no programmatic interface is available for the RichEdit on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.Images">
<summary>
<para>Provides access to the settings that define images displayed within the RichEdit.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.ImagesRuler">
<summary>
<para>Provides access to the settings that define images displayed within the RichEdit&#39;s ruler.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRulerImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.InsertContentToClient">
<summary>
<para>Enables you to perform custom actions after the client <see cref="P:js-RichEditCommands.insertContentFromServer"/> command is executed.</para>
</summary>
<value>A delegate method that allows you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.ReadOnly">
<summary>
<para>Gets or sets a value indicating whether an end-user can change the editor&#39;s contents at runtime.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s contents; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.RibbonMode">
<summary>
<para>Specifies the type of the RichEdit toolbar.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.RibbonTabs">
<summary>
<para>Provides access to the collection of ribbon tabs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonTabCollection"/> object that is the collection of the ribbon&#39;s tabs.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.Saving">
<summary>
<para>Enables you to perform server-side processing of a rich text document before it is saved to the server.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Office.DocumentSavingEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.Settings">
<summary>
<para>Provides access to the RichEdit&#39;s main settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings"/> object that contains the control&#39;s options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.SettingsDocumentSelector">
<summary>
<para>Provides access to settings that are related to the FileManager used in some built-in File Dialogs.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings"/> object that contains the Document Selector dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.ShowConfirmOnLosingChanges">
<summary>
<para>Gets or sets a value that specifies whether a confirmation alert should be displayed when any unsaved changes are going to be lost due to an end-user action.</para>
</summary>
<value>true, to display the confirmation alert; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.ShowStatusBar">
<summary>
<para>Gets or sets a value that specifies whether the RichEdit&#39;s status bar is displayed.</para>
</summary>
<value>true, if the status bar is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.SpellCheckerWordAdded">
<summary>
<para>Enables you to handle the spell checker when a word is added to a custom dictionary.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraSpellChecker.WordAddedEventHandler"/> method to which custom handling is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the RichEdit elements.</para>
</summary>
<value>A DevExpress.Web.ASPxRichEdit.RichEditStyles object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.StylesButton">
<summary>
<para>Provides access to the style settings that define the appearance of button elements used by the RichEdit (within built-in dialogs, for instance).</para>
</summary>
<value>A DevExpress.Web.ASPxRichEdit.RichEditButtonStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.StylesEditors">
<summary>
<para>Provides access to the style settings that define the appearance of editor elements used by the RichEdit (for instance, within built-in dialogs).</para>
</summary>
<value>A DevExpress.Web.ASPxRichEdit.RichEditEditorsStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.StylesFileManager">
<summary>
<para>Provides access to the style settings that define the appearance of File Manager elements used by the RichEdit (for instance, within the built-in file dialogs).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerStyles"/> object that provides style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.StylesPopupMenu">
<summary>
<para>Provides access to the style settings that define the appearance of the RichEdit&#39;s context menus.</para>
</summary>
<value>A DevExpress.Web.ASPxRichEdit.RichEditMenuStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.StylesRibbon">
<summary>
<para>Provides access to the style settings that define the appearance of the RichEdit&#39;s ribbon toolbar elements.</para>
</summary>
<value>A DevExpress.Web.ASPxRichEdit.RichEditRibbonStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.StylesRuler">
<summary>
<para>Provides access to the style settings that define the appearance of the RichEdit&#39;s horizontal ruler.</para>
</summary>
<value>A DevExpress.Web.ASPxRichEdit.RichEditRulerStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.StylesStatusBar">
<summary>
<para>Provides access to the style settings that define the appearance of the RichEdit&#39;s status bar.</para>
</summary>
<value>A DevExpress.Web.ASPxRichEdit.RichEditStatusBarStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.ViewMergedData">
<summary>
<para>Gets or sets a value that specifies whether to display mail-merge field results or field codes in a document.</para>
</summary>
<value>true to display field results; false to display field codes.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RichEditSettings.WorkDirectory">
<summary>
<para>Gets or sets the working directory path.</para>
</summary>
<value>A string specifying the working directory path.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.RoundPanelSettings">
<summary>
<para>Contains the RoundPanel extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.RoundPanelSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.RoundPanelSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.AllowCollapsingByHeaderClick">
<summary>
<para>Specifies whether a user can collapse a round panel with a mouse click.</para>
</summary>
<value>true, to allow users to collapse a panel with a mouse click; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.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.RoundPanelSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the RoundPanel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RoundPanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the RoundPanel.</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>true to make a RoundPanel initially displayed; false to render it into the web page, but make it initially hidden on the client.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.CollapseButtonImage">
<summary>
<para>Gets the settings of an image displayed within the panel&#39;s collapse button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CollapseButtonImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.CollapseButtonStyle">
<summary>
<para>Gets style settings for a panel&#39;s collapse button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CollapseButtonStyle"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.Collapsed">
<summary>
<para>Gets or sets a value that specifies whether the panel is collapsed.</para>
</summary>
<value>true, if the panel is collapsed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ContentHeight">
<summary>
<para>Gets or sets a round panel content&#39;s height.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the height.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ContentPaddings">
<summary>
<para>Gets the round panel&#39;s padding settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.CornerRadius">
<summary>
<para>Gets or sets the radius of the round panel corners.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the corner radius.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.DefaultButton">
<summary>
<para>Gets or sets the name for the default button that is contained in a panel.</para>
</summary>
<value>A string value corresponding to the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> of a button contained in the panel.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.EnableAnimation">
<summary>
<para>Gets or sets a value that specifies whether a specific animation effect is used when expanding/collapsing the panel.</para>
</summary>
<value>true if a specific animation effect is used; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.RoundPanelSettings"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false if no programmatic interface is available for the extension on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ExpandButtonImage">
<summary>
<para>Gets the settings of an image displayed in the panel&#39;s collapse button, when the panel is collapsed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.GroupBoxCaptionOffsetX">
<summary>
<para>DevExpress.Web.ASPxRoundPanel.GroupBoxCaptionOffsetX</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.GroupBoxCaptionOffsetY">
<summary>
<para>DevExpress.Web.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&#39;s header.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> 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&#39;s web browser will navigate, when the text or image is clicked within the panel&#39;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&#39;s header.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.LoadingPanelImage">
<summary>
<para>Gets the position of an image displayed within a loading panel with respect to the panel&#39;s text content.</para>
</summary>
<value>An object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.LoadingPanelStyle">
<summary>
<para>Gets the style settings of a specific loading panel displayed while waiting for a callback response.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</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>A <see cref="T:DevExpress.Web.RoundPanelParts"/> object that contains settings for the loading panel parts.</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"></see> enumeration values.</value>
</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.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.SetHeaderContentTemplateContent(System.Action{DevExpress.Web.RoundPanelHeaderContentTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the round panel header&#39;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.RoundPanelSettings.SetHeaderContentTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the round panel header&#39;s content.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.RoundPanelSettings.SetHeaderTemplateContent(System.Action{DevExpress.Web.RoundPanelHeaderTemplateContainer})">
<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="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="P:DevExpress.Web.Mvc.RoundPanelSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ShowCollapseButton">
<summary>
<para>Gets or sets a value that specifies whether a panel&#39;s collapse button is displayed.</para>
</summary>
<value>true, if the button is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.ShowHeader">
<summary>
<para>Gets or sets whether the RoundPanel&#39;s header is displayed.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RoundPanelStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.Target">
<summary>
<para>DevExpress.Web.ASPxRoundPanel.Target</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.RoundPanelSettings.View">
<summary>
<para>Gets or sets the RoundPanel&#39;s external appearance.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.View"/> enumeration value.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</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.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.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.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(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.ConvertAppointment``1(DevExpress.XtraScheduler.Appointment,DevExpress.Web.Mvc.MVCxAppointmentStorage)">
<summary>
<para>Returns the appointment of the specified type.</para>
</summary>
<param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment.</param>
<param name="appointmentStorage">An <see cref="T:DevExpress.Web.Mvc.MVCxAppointmentStorage"/> object that implements the appointment storage functionality and contains mappings.</param>
<typeparam name="T"></typeparam>
<returns>An appointment of the specified type.</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"></see> 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"></see> 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"></see> 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">true to save as a file with a name set to the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> value and .ics extension; otherwise, false.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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)">
<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"></see> 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"></see> 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"></see> 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">true to save as a file with a name set to the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> value and .ics extension; otherwise, false.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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"></see> 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"></see> 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"></see> 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">true to save as a file with .ics extension; otherwise, false.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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"></see> 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"></see> encapsulating the result of the Scheduler data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerExtension.GetAppointmentsToInsert``1(DevExpress.Web.Mvc.SchedulerSettings,DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object)">
<summary>
<para>Obtains appointments which should be inserted into the data source using the delegate method that enables you to dynamically limit the number of loaded appointments.</para>
</summary>
<param name="settings">The name of a Scheduler as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler.</param>
<typeparam name="T"></typeparam>
<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.GetAppointmentsToInsert``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>
<typeparam name="T"></typeparam>
<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.GetAppointmentsToInsert``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="resourceDataObject">A collection of resources in the scheduler.</param>
<typeparam name="T"></typeparam>
<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.GetAppointmentsToInsert``1(System.String,DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
<summary>
<para>Obtains appointments which should be inserted into the data source using the delegate method that enables you to dynamically limit the number of loaded appointments.</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="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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.GetAppointmentsToInsert``1(System.String,DevExpress.XtraScheduler.FirstDayOfWeek,DevExpress.Web.Mvc.FetchAppointmentsMethod,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 specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.</param>
<param name="firstDayOfWeek">A <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek"/> enumeration value specifying the first day of the week.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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.GetAppointmentsToInsert``1(System.String,DevExpress.XtraScheduler.FirstDayOfWeek,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 specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.</param>
<param name="firstDayOfWeek">A <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek"/> enumeration value specifying the first day of the week.</param>
<param name="appointmentDataObject">A collection of appointments in the scheduler.</param>
<param name="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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.GetAppointmentsToInsert``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>
<typeparam name="T"></typeparam>
<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.GetAppointmentsToInsert``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="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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,DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object)">
<summary>
<para>Obtains appointments which should be removed from the data source using the delegate method that enables you to dynamically limit the number of loaded appointments.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler.</param>
<typeparam name="T"></typeparam>
<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>
<typeparam name="T"></typeparam>
<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="resourceDataObject">A collection of resources in the scheduler.</param>
<typeparam name="T"></typeparam>
<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,DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
<summary>
<para>Obtains appointments which should be removed from the data source using the delegate method that enables you to dynamically limit the number of loaded appointments.</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="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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>
<typeparam name="T"></typeparam>
<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,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="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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,DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object)">
<summary>
<para>Obtains appointments whose data should be updated in the data source using the delegate method that enables you to dynamically limit the number of loaded appointments.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> object containing settings applied to the Scheduler.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler.</param>
<typeparam name="T"></typeparam>
<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>
<typeparam name="T"></typeparam>
<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="resourceDataObject">A collection of resources in the scheduler.</param>
<typeparam name="T"></typeparam>
<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,DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object,DevExpress.Web.Mvc.MVCxAppointmentStorage,DevExpress.Web.Mvc.MVCxResourceStorage)">
<summary>
<para>Obtains appointments whose data should be updated in the data source using the delegate method that enables you to dynamically limit the number of loaded appointments.</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="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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,DevExpress.XtraScheduler.FirstDayOfWeek,DevExpress.Web.Mvc.FetchAppointmentsMethod,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 specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.</param>
<param name="firstDayOfWeek">A <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek"/> enumeration value specifying the first day of the week.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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,DevExpress.XtraScheduler.FirstDayOfWeek,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 specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.</param>
<param name="firstDayOfWeek">A <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek"/> enumeration value specifying the first day of the week.</param>
<param name="appointmentDataObject">A collection of appointments in the scheduler.</param>
<param name="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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>
<typeparam name="T"></typeparam>
<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="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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>
<typeparam name="T"></typeparam>
<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="resourceDataObject">A collection of resources in the scheduler</param>
<typeparam name="T"></typeparam>
<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>
<typeparam name="T"></typeparam>
<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="resourceDataObject">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>
<typeparam name="T"></typeparam>
<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="resourceDataObject">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.HasErrors(System.String)">
<summary>
<para>Returns a value that indicates whether or not there were errors during the current operation.</para>
</summary>
<param name="name">A string containing the name of a control to check for errors.</param>
<returns>true, if there were errors during the current operation; otherwise, false.</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>
<typeparam name="T"></typeparam>
<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.SchedulerSettings">
<summary>
<para>Contains the Scheduler extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SchedulerSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerSettings.ActiveViewType">
<summary>
<para>Gets or sets the type of the View 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 View 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 <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventHandler"/> 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 <see cref="T:DevExpress.XtraScheduler.AppointmentOperationEventHandler"/> 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 <see cref="T:DevExpress.XtraScheduler.AppointmentOperationEventHandler"/> 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 <see cref="T:DevExpress.XtraScheduler.AppointmentOperationEventHandler"/> 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&#39;s in-place editor and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowInplaceEditor"/> property is set to Custom.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentOperationEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentFormEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventHandler"/> 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 <see cref="T:System.EventHandler"/> 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 Scheduler control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the Scheduler.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerSettings.ClientVisible">
<summary>
<para>Specifies whether the scheduler is visible on the client side.</para>
</summary>
<value>true to display the scheduler on the client; otherwise, false.</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:js-MVCxClientScheduler.PerformCallback(data)"/> 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 <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventHandler"/> 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&#39;s visual element is rendered.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventHandler"/> 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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerSettings.DateNavigatorExtensionSettings">
<summary>
<para>Provides access to DateNavigator 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>true, if animation effects are used; otherwise, false.</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>true, if a specific animation effect is used; otherwise, false.</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>True, if changing of visible interval by gestures is always allowed; False, if it is always prohibited; Auto - if it is allowed for touch devices only.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerSettings.EnableClientRender">
<summary>
<para>Gets or sets a value that specifies whether or not to use client-side rendering of a Scheduler control&#39;s appointments and view elements.</para>
</summary>
<value>true, to use client rendering; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerSettings.EnablePagingGestures">
<summary>
<para>Gets or sets a value specifying whether an end-user can navigate views with a swipe gesture.</para>
</summary>
<value>True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - 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.FloatingActionButton">
<summary>
<para>Provides access to the floating action button&#39;s properties.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FloatingActionButtonProperties"/> object that represents the floating action button&#39;s properties.</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 DevExpress.Web.ASPxScheduler.ASPxSchedulerImages 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.InitNewAppointment">
<summary>
<para>Occurs before a new appointment is created in the scheduler.</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.OptionsAdaptivity">
<summary>
<para>Provides access to options which regulate the scheduler&#39;s adaptivity.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsAdaptivity"/> object, which contains the scheduler&#39;s adaptivity options.</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&#39;s behavior options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerSettings.OptionsCookies">
<summary>
<para>Provides access to 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&#39;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.SettingsLoadingPanel"/> class instance, containing characteristics of a Loading Panel</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>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerOptionsToolTips"/> 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&#39;s view options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView"/> object which provides access to the Scheduler&#39;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 <see cref="T:DevExpress.Web.ASPxScheduler.PopupMenuShowingEventHandler"/> 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 In-place Editor 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 Go to Date 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.QueryWorkTime">
<summary>
<para>Enables you to perform custom actions when the scheduler&#39;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.RemindersFormDefaultAction">
<summary>
<para>Occurs when an end-user closes the Reminders Form without clicking the Dismiss or Snooze button.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RemindersFormDefaultActionEventHandler"/> delegate method allowing you to implement custom processing.</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.Action{DevExpress.Web.ASPxScheduler.DateHeaderTemplateContainer})">
<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.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.SetDayOfWeekHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.DayOfWeekHeaderTemplateContainer})">
<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.SetHorizontalAppointmentTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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.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.SetHorizontalResourceHeaderTemplateContent(System.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ToolbarViewNavigatorTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ToolbarViewSelectorTemplateContainer})">
<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{DevExpress.Web.ASPxScheduler.ToolbarViewVisibleIntervalTemplateContainer})">
<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.Action{DevExpress.Web.ASPxScheduler.ResourceHeaderTemplateContainer})">
<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.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="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.ViewNavigator">
<summary>
<para>Provides access to the View Navigator&#39;s properties.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ViewNavigatorProperties"/> object that provides the View Navigator&#39;s settings.</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.ViewVisibleInterval">
<summary>
<para>Provides access to the View Visible Interval&#39;s properties.</para>
</summary>
<value>A DevExpress.Web.ASPxScheduler.ViewVisibleIntervalProperties object that provides access to the View Visible Interval&#39;s settings.</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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</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 <see cref="T:DevExpress.Web.Mvc.SchedulerStatusInfoSettings"/> class with the 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.SchedulerStorageControlExtension">
<summary>
<para>An extension object implementing the Scheduler Storage Control functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlExtension.#ctor(DevExpress.Web.Mvc.SchedulerStorageControlSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlExtension"/> class.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlExtension.#ctor(DevExpress.Web.Mvc.SchedulerStorageControlSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlExtension"/> class.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
<param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlExtension.Bind(DevExpress.Web.Mvc.FetchAppointmentsMethod)">
<summary>
<para>Binds the Scheduler Storage control extension 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.SchedulerStorageControlExtension"/> object representing the Scheduler Storage control extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlExtension.Bind(DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object)">
<summary>
<para>Binds the Scheduler Storage control extension 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.SchedulerStorageControlExtension"/> object representing the Scheduler Storage control.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlExtension.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.FetchAppointmentsMethod"/> delegate providing an appointment data source.</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.SchedulerStorageControlExtension"/> object representing the scheduler storage control.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlExtension.Bind(System.Object)">
<summary>
<para>Binds the Scheduler Storage Control to the 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.SchedulerStorageControlExtension"/> object representing the scheduler storage control.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlExtension.Bind(System.Object,System.Object)">
<summary>
<para>Binds the Scheduler Storage control 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.SchedulerStorageControlExtension"/> object representing the Scheduler Storage control extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlExtension.GetAppointmentsToInsert``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,DevExpress.Web.Mvc.FetchAppointmentsMethod,System.Object)">
<summary>
<para>Obtains appointments which should be inserted into the data source.</para>
</summary>
<param name="settings">A T[] object containing settings applied to the Scheduler Storage control extension.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToInsert``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,System.Object)">
<summary>
<para>Obtains appointments which should be inserted into the data source.</para>
</summary>
<param name="settings">A T[] object containing settings applied to the Scheduler Storage control extension.</param>
<param name="appointmentDataObject">A collection of appointments in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToInsert``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,System.Object,System.Object)">
<summary>
<para>Obtains appointments which should be inserted into the data source.</para>
</summary>
<param name="settings">A T[] object containing settings applied to the Scheduler Storage control extension.</param>
<param name="appointmentDataObject">A collection of appointments in the scheduler storage control.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToInsert``1(System.String,DevExpress.Web.Mvc.FetchAppointmentsMethod,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="name">The name of a Scheduler Storage control extension as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</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>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToInsert``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="name">The name of a Scheduler Storage control 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 storage control.</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>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToInsert``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="name">The name of a Scheduler Storage control 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 storage control.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</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>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToRemove``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,DevExpress.Web.Mvc.FetchAppointmentsMethod,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.SchedulerStorageControlSettings"/> object containing settings applied to the Scheduler Storage control.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToRemove``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,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.SchedulerStorageControlSettings"/> object containing settings applied to the Scheduler Storage Control.</param>
<param name="appointmentDataObject">A collection of appointments in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToRemove``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,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.SchedulerStorageControlSettings"/> object containing settings applied to the Scheduler Storage Control.</param>
<param name="appointmentDataObject">A collection of appointments in the scheduler storage control.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToRemove``1(System.String,DevExpress.Web.Mvc.FetchAppointmentsMethod,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="name">The name of a Scheduler Storage control as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</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>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.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="name">The name of a Scheduler Storage control 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 storage control.</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>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.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="name">The name of a Scheduler Storage control 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 storage control.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</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>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToUpdate``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,DevExpress.Web.Mvc.FetchAppointmentsMethod,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.SchedulerStorageControlSettings"/> object containing settings applied to the Scheduler Storage control.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToUpdate``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,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.SchedulerStorageControlSettings"/> object containing settings applied to the Scheduler Storage control.</param>
<param name="appointmentDataObject">A collection of appointments in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToUpdate``1(DevExpress.Web.Mvc.SchedulerStorageControlSettings,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.SchedulerStorageControlSettings"/> object containing settings applied to the Scheduler Storage control.</param>
<param name="appointmentDataObject">A collection of appointments in the scheduler storage control.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</param>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.GetAppointmentsToUpdate``1(System.String,DevExpress.Web.Mvc.FetchAppointmentsMethod,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="name">The name of a Scheduler Storage control as it is specified by the <see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/> property.</param>
<param name="fetchAppointmentsMethod">A <see cref="T:DevExpress.Web.Mvc.FetchAppointmentsMethod"/> delegate that provides appointments to insert.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</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>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.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="name">The name of a Scheduler Storage control 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 storage control.</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>
<typeparam name="T"></typeparam>
<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.SchedulerStorageControlExtension.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="name">The name of a Scheduler Storage control 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 storage control.</param>
<param name="resourceDataObject">A collection of resources in the scheduler storage control.</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>
<typeparam name="T"></typeparam>
<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="T:DevExpress.Web.Mvc.SchedulerStorageControlSettings">
<summary>
<para>Contains the Scheduler Storage Control extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SchedulerStorageControlSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlSettings"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerStorageControlSettings.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.SchedulerStorageControlSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerStorageClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlSettings"/>.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerStorageControlSettings.ClientTimeZoneId">
<summary>
<para>Gets or sets the client time zone of the Scheduler Storage control extension.</para>
</summary>
<value>A string that uniquely identifies a particular time zone and corresponds to the System.TimeZoneInfo.Id property value.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerStorageControlSettings.DateNavigatorExtensionSettings">
<summary>
<para>Provides access to DateNavigator 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.SchedulerStorageControlSettings.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.SchedulerStorageControlSettings.Storage">
<summary>
<para>Provides access to the storage object of the Scheduler Storage control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxSchedulerStorage"/> object representing the storage for the Scheduler Storage control.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SchedulerStorageControlSettings.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.SeriesViewActionMethodContainer">
<summary>
<para>A class allowing you to configure a series view using delegate methods.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.Area3DSeriesView(System.Action{DevExpress.XtraCharts.Area3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Area3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.AreaSeriesView(System.Action{DevExpress.XtraCharts.AreaSeriesView})">
<summary>
<para>Configures a series view as an area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.AreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.BoxPlotSeriesView(System.Action{DevExpress.XtraCharts.BoxPlotSeriesView})">
<summary>
<para></para>
</summary>
<param name="seriesViewAction"></param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.BubbleSeriesView(System.Action{DevExpress.XtraCharts.BubbleSeriesView})">
<summary>
<para>Configures a series view as a bubble view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.BubbleSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.CandleStickSeriesView(System.Action{DevExpress.XtraCharts.CandleStickSeriesView})">
<summary>
<para>Configures a series view as a candle stick view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.CandleStickSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.Doughnut3DSeriesView(System.Action{DevExpress.XtraCharts.Doughnut3DSeriesView})">
<summary>
<para>Configures a series view as a 3D donut view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Doughnut3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.DoughnutSeriesView(System.Action{DevExpress.XtraCharts.DoughnutSeriesView})">
<summary>
<para>Configures a series view as a donut view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.DoughnutSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedArea3DSeriesView(System.Action{DevExpress.XtraCharts.FullStackedArea3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D full-stacked area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedArea3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedAreaSeriesView(System.Action{DevExpress.XtraCharts.FullStackedAreaSeriesView})">
<summary>
<para>Configures a series view as a full-stacked area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedBar3DSeriesView(System.Action{DevExpress.XtraCharts.FullStackedBar3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D full-stacked bar view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedBar3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedBarSeriesView(System.Action{DevExpress.XtraCharts.FullStackedBarSeriesView})">
<summary>
<para>Configures a series view as a full-stacked bar view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedBarSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedLine3DSeriesView(System.Action{DevExpress.XtraCharts.FullStackedLine3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D full-stacked line view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedLine3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedLineSeriesView(System.Action{DevExpress.XtraCharts.FullStackedLineSeriesView})">
<summary>
<para>Configures a series view as a full-stacked line view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedLineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedSplineArea3DSeriesView(System.Action{DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D full-stacked spline area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedSplineArea3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedSplineAreaSeriesView(System.Action{DevExpress.XtraCharts.FullStackedSplineAreaSeriesView})">
<summary>
<para>Configures a series view as a full-stacked spline area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedSplineAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FullStackedStepAreaSeriesView(System.Action{DevExpress.XtraCharts.FullStackedStepAreaSeriesView})">
<summary>
<para>Configures a series view as a full-stacked step area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FullStackedStepAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.Funnel3DSeriesView(System.Action{DevExpress.XtraCharts.Funnel3DSeriesView})">
<summary>
<para>Configures a series view as a 3D funnel series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Funnel3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.FunnelSeriesView(System.Action{DevExpress.XtraCharts.FunnelSeriesView})">
<summary>
<para>Configures a series view as a funnel area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FunnelSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.Line3DSeriesView(System.Action{DevExpress.XtraCharts.Line3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D line area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Line3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.LineSeriesView(System.Action{DevExpress.XtraCharts.LineSeriesView})">
<summary>
<para>Configures a series view as a line area view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.LineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.ManhattanBarSeriesView(System.Action{DevExpress.XtraCharts.ManhattanBarSeriesView})">
<summary>
<para>Configures a series view as a Manhattan bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ManhattanBarSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.NestedDoughnutSeriesView(System.Action{DevExpress.XtraCharts.NestedDoughnutSeriesView})">
<summary>
<para>Configures a series view as a nested donut series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.NestedDoughnutSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.OverlappedGanttSeriesView(System.Action{DevExpress.XtraCharts.OverlappedGanttSeriesView})">
<summary>
<para>Configures a series view as a overlapped Gantt series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.OverlappedGanttSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.OverlappedRangeBarSeriesView(System.Action{DevExpress.XtraCharts.OverlappedRangeBarSeriesView})">
<summary>
<para>Configures a series view as a overlapped range bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.OverlappedRangeBarSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.Pie3DSeriesView(System.Action{DevExpress.XtraCharts.Pie3DSeriesView})">
<summary>
<para>Configures a series view as a 3D pie series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Pie3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.PieSeriesView(System.Action{DevExpress.XtraCharts.PieSeriesView})">
<summary>
<para>Configures a series view as a pie series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.PieSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.PointSeriesView(System.Action{DevExpress.XtraCharts.PointSeriesView})">
<summary>
<para>Configures a series view as a point series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.PointSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.PolarAreaSeriesView(System.Action{DevExpress.XtraCharts.PolarAreaSeriesView})">
<summary>
<para>Configures a series view as a polar area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.PolarAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.PolarLineSeriesView(System.Action{DevExpress.XtraCharts.PolarLineSeriesView})">
<summary>
<para>Configures a series view as a polar line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.PolarLineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.PolarPointSeriesView(System.Action{DevExpress.XtraCharts.PolarPointSeriesView})">
<summary>
<para>Configures a series view as a polar point series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.PolarPointSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.PolarRangeAreaSeriesView(System.Action{DevExpress.XtraCharts.PolarRangeAreaSeriesView})">
<summary>
<para>Configures a series view as a polar range area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.PolarRangeAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.RadarAreaSeriesView(System.Action{DevExpress.XtraCharts.RadarAreaSeriesView})">
<summary>
<para>Configures a series view as a radar area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RadarAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.RadarLineSeriesView(System.Action{DevExpress.XtraCharts.RadarLineSeriesView})">
<summary>
<para>Configures a series view as a radar line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RadarLineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.RadarPointSeriesView(System.Action{DevExpress.XtraCharts.RadarPointSeriesView})">
<summary>
<para>Configures a series view as a radar point series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RadarPointSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.RadarRangeAreaSeriesView(System.Action{DevExpress.XtraCharts.RadarRangeAreaSeriesView})">
<summary>
<para>Configures a series view as a radar range area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RadarRangeAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.RangeArea3DSeriesView(System.Action{DevExpress.XtraCharts.RangeArea3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D range area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RangeArea3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.RangeAreaSeriesView(System.Action{DevExpress.XtraCharts.RangeAreaSeriesView})">
<summary>
<para>Configures a series view as a range area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RangeAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.ScatterLineSeriesView(System.Action{DevExpress.XtraCharts.ScatterLineSeriesView})">
<summary>
<para>Configures a series view as a scatter line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ScatterLineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.ScatterPolarLineSeriesView(System.Action{DevExpress.XtraCharts.ScatterPolarLineSeriesView})">
<summary>
<para>Configures a series view as a scatter polar line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ScatterPolarLineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.ScatterRadarLineSeriesView(System.Action{DevExpress.XtraCharts.ScatterRadarLineSeriesView})">
<summary>
<para>Configures a series view as a scatter radar line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ScatterRadarLineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SideBySideBar3DSeriesView(System.Action{DevExpress.XtraCharts.SideBySideBar3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D side-by-side bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SideBySideBar3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SideBySideBarSeriesView(System.Action{DevExpress.XtraCharts.SideBySideBarSeriesView})">
<summary>
<para>Configures a series view as a side-by-side bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SideBySideBarSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SideBySideFullStackedBar3DSeriesView(System.Action{DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D side-by-side full-stacked bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SideBySideFullStackedBar3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SideBySideFullStackedBarSeriesView(System.Action{DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView})">
<summary>
<para>Configures a series view as a side-by-side full-stacked bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SideBySideGanttSeriesView(System.Action{DevExpress.XtraCharts.SideBySideGanttSeriesView})">
<summary>
<para>Configures a series view as a side-by-side Gantt series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SideBySideGanttSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SideBySideRangeBarSeriesView(System.Action{DevExpress.XtraCharts.SideBySideRangeBarSeriesView})">
<summary>
<para>Configures a series view as a side-by-side range bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SideBySideRangeBarSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SideBySideStackedBar3DSeriesView(System.Action{DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D side-by-side stacked bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SideBySideStackedBar3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SideBySideStackedBarSeriesView(System.Action{DevExpress.XtraCharts.SideBySideStackedBarSeriesView})">
<summary>
<para>Configures a series view as a side-by-side stacked bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SideBySideStackedBarSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.Spline3DSeriesView(System.Action{DevExpress.XtraCharts.Spline3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D spline series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Spline3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SplineArea3DSeriesView(System.Action{DevExpress.XtraCharts.SplineArea3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D spline area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SplineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SplineAreaSeriesView(System.Action{DevExpress.XtraCharts.SplineAreaSeriesView})">
<summary>
<para>Configures a series view as a spline area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SplineAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SplineSeriesView(System.Action{DevExpress.XtraCharts.SplineSeriesView})">
<summary>
<para>Configures a series view as a spline series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SplineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedArea3DSeriesView(System.Action{DevExpress.XtraCharts.StackedArea3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D stacked area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedArea3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedAreaSeriesView(System.Action{DevExpress.XtraCharts.StackedAreaSeriesView})">
<summary>
<para>Configures a series view as a stacked area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedBar3DSeriesView(System.Action{DevExpress.XtraCharts.StackedBar3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D stacked bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedBar3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedBarSeriesView(System.Action{DevExpress.XtraCharts.StackedBarSeriesView})">
<summary>
<para>Configures a series view as a stacked bar series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedBarSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedLine3DSeriesView(System.Action{DevExpress.XtraCharts.StackedLine3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D stacked line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedLine3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedLineSeriesView(System.Action{DevExpress.XtraCharts.StackedLineSeriesView})">
<summary>
<para>Configures a series view as a stacked line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedLineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedSplineArea3DSeriesView(System.Action{DevExpress.XtraCharts.StackedSplineArea3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D stacked spline area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedSplineArea3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedSplineAreaSeriesView(System.Action{DevExpress.XtraCharts.StackedSplineAreaSeriesView})">
<summary>
<para>Configures a series view as a stacked spline area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedSplineAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StackedStepAreaSeriesView(System.Action{DevExpress.XtraCharts.StackedStepAreaSeriesView})">
<summary>
<para>Configures a series view as a stacked step area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StackedStepAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StepArea3DSeriesView(System.Action{DevExpress.XtraCharts.StepArea3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D step area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StepArea3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StepAreaSeriesView(System.Action{DevExpress.XtraCharts.StepAreaSeriesView})">
<summary>
<para>Configures a series view as a step area series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StepAreaSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StepLine3DSeriesView(System.Action{DevExpress.XtraCharts.StepLine3DSeriesView})">
<summary>
<para>Configures a series view as a pseudo 3D step line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StepLine3DSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StepLineSeriesView(System.Action{DevExpress.XtraCharts.StepLineSeriesView})">
<summary>
<para>Configures a series view as a step line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StepLineSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.StockSeriesView(System.Action{DevExpress.XtraCharts.StockSeriesView})">
<summary>
<para>Configures a series view as a stock series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StockSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.SwiftPlotSeriesView(System.Action{DevExpress.XtraCharts.SwiftPlotSeriesView})">
<summary>
<para>Configures a series view as a swift plot line series view.</para>
</summary>
<param name="seriesViewAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SwiftPlotSeriesView"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SeriesViewActionMethodContainer.WaterfallSeriesView(System.Action{DevExpress.XtraCharts.WaterfallSeriesView})">
<summary>
<para></para>
</summary>
<param name="seriesViewAction"></param>
</member>
<member name="T:DevExpress.Web.Mvc.SettingsBase">
<summary>
<para>Represents a base class for DevExpress ASP.NET MVC extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SettingsBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SettingsBase"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.SettingsBase.AccessKey">
<summary>
<para>Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension.</para>
</summary>
<value>The access key for quick navigation to the ASP.NET MVC extension.</value>
</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 declared at the root level of the extension&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> 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 MVC Extension is enabled, allowing it to respond to end-user interactions.</para>
</summary>
<value>true if the control is enabled; otherwise, false.</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>true to use themes; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SettingsBase.EncodeHtml">
<summary>
<para>DevExpress.Web.ASPxWebControl.EncodeHtml</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.Mvc.SettingsBase.Height">
<summary>
<para>Gets or sets the height of the extension.</para>
</summary>
<value>The height of the extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SettingsBase.Init">
<summary>
<para>Enables you to perform custom actions when an extension is initialized.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SettingsBase.Name">
<summary>
<para>Gets or sets the unique identifier name for the extension.</para>
</summary>
<value>The extension name.</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 <see cref="T:System.EventHandler"/> 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 extension.</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&#39;s tooltip text.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text displayed within the UI element&#39;s tooltip.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SettingsBase.Width">
<summary>
<para>Gets or sets the width of the extension.</para>
</summary>
<value>The width of the extension.</value>
</member>
<member name="T:DevExpress.Web.Mvc.SpellCheckerExtension">
<summary>
<para>Represents an extension object implementing the Spell Checker functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SpellCheckerExtension.#ctor(DevExpress.Web.Mvc.SpellCheckerSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SpellCheckerExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SpellCheckerExtension.#ctor(DevExpress.Web.Mvc.SpellCheckerSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SpellCheckerExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.SpellCheckerSettings">
<summary>
<para>Contains the Spell Checker extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SpellCheckerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SpellCheckerSettings"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.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.SpellCheckerSettings.CheckedElementID">
<summary>
<para>Gets or sets the identifier of the web control to be checked.</para>
</summary>
<value>A string that identifies the element on a page.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.ClientLayout">
<summary>
<para>Enables you to save and restore the previously saved layout.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.ClientSideEvents">
<summary>
<para>Provides access to the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.SpellCheckerSettings"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxDocumentViewerClientSideEvents"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.Culture">
<summary>
<para>Gets or sets the culture-specific settings of the spell checker.</para>
</summary>
<value>A <see cref="T:System.Globalization.CultureInfo"/> object that specifies culture settings (language and phonetic specifics).</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.CustomDictionaryLoading">
<summary>
<para>This event occurs when a custom dictionary is loading into a session.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventHandler"/> delegate method to be called before Spell Checker loads a custom dictionary.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.Dictionaries">
<summary>
<para>Provides access to a collection of dictionaries.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxSpellCheckerDictionaryCollection"/> object that is the collection of dictionaries.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.EnableCallbackCompression">
<summary>
<para>Gets or sets whether the callback result data compression is enabled.</para>
</summary>
<value>true to compress data stream; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements of the Spell Checker.</para>
</summary>
<value>A DevExpress.Web.ASPxSpellChecker.SpellCheckerImages object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.ImagesEditors">
<summary>
<para>Provides access to the settings that define images displayed within the Spell Checker&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.LevenshteinDistance">
<summary>
<para>Gets or sets the parameter used to measure the proximity of words.</para>
</summary>
<value>An integer value that is the maximum number of steps used to convert the misspelled word into the suggested one.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.NotInDictionaryWordFound">
<summary>
<para>Occurs when a word being checked is not found in a dictionary.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraSpellChecker.NotInDictionaryWordFoundEventHandler"/> delegate method to be called when a word is not found in a dictionary.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.PrepareSuggestions">
<summary>
<para>This event occurs when a misspelled word is found and a list of suggested replacements is created and sorted.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraSpellChecker.PrepareSuggestionsEventHandler"/> delegate method to be called when a suggestion list is ready.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.RightToLeft">
<summary>
<para>Gets or sets a value specifying whether or not the current control supports right-to-left representation.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.SaveStateToCookies">
<summary>
<para>Gets or sets a value that specifies whether cookies are used to persist information about the Spell Checker state.</para>
</summary>
<value>true if information is persisted in cookies; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.SaveStateToCookiesID">
<summary>
<para>Gets or sets the name (identifier) of the cookie in which the Spell Checker&#39;s state is persisted.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying a cookie&#39;s name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.SettingsDialogFormElements">
<summary>
<para>Provides access to settings relating to the customization of dialog form elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogSettings"/> object that contains customization settings for the form elements of built-in dialogs.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.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 <see cref="T:DevExpress.Web.Mvc.MVCxSpellCheckerFormsSettings"/> object containing properties that are related to customized built-in dialog forms.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.SettingsSpelling">
<summary>
<para>Provides access to basic spelling settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings"/> object that holds spelling options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.SettingsText">
<summary>
<para>Provides access to texts displayed in different elements of the control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings"/> class instance that holds texts for use in control layout and related forms</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.StylesButton">
<summary>
<para>Provides access to the style settings that define the appearance of button elements used by the Spell Checker (within its dialog forms).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerButtonStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.StylesDialogForm">
<summary>
<para>Provides access to the style settings that define the appearance of the dialog forms.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogFormStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.SuggestionCount">
<summary>
<para>Gets or sets the number of suggested words displayed in the spelling form.</para>
</summary>
<value>An integer, representing the number of suggestions displayed.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpellCheckerSettings.WordAdded">
<summary>
<para>The event fires when a word is added to the custom dictionary.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraSpellChecker.WordAddedEventHandler"/> delegate method to be called when a word is added to a custom dictionary.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.SpinEditSettings">
<summary>
<para>Contains the SpinEdit extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SpinEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SpinEditSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.SpinEditSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpinEditSettings.Number">
<summary>
<para>Gets or sets the decimal representation of the spin editor&#39;s value.</para>
</summary>
<value>A decimal value representing the spin editor&#39;s value.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpinEditSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the SpinEdit editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxSpinEditProperties"/> object containing the SpinEdit 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.SpinEditSettings.SetButtonTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to provide a template for rendering the editor&#39;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&#39;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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.SplitterSettings">
<summary>
<para>Contains the Splitter extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SplitterSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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&#39;s panes can be resized by end-users on the client side.</para>
</summary>
<value>true if resizing splitter panes is allowed; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> 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 Splitter.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SplitterClientSideEvents"/> object which allows assigning handlers to the client-side events available to the Splitter.</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>true to make a Splitter initially displayed; false 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&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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>true to enable full-screen mode; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SplitterSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the Splitter.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SplitterImages"/> 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&#39;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.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"></see> 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&#39;s panes.</para>
</summary>
<value>true if the pane&#39;s position is persisted in cookies; otherwise, false.</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&#39;s state is persisted.</para>
</summary>
<value>A string value specifying a cookie&#39;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>true if separators should be displayed; otherwise, false.</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&#39;s separators.</para>
</summary>
<value>true if collapse backward buttons are displayed within separators; otherwise, false.</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&#39;s separators.</para>
</summary>
<value>true if collapse forward buttons are displayed; otherwise, false.</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&#39;s separators.</para>
</summary>
<value>true if separator images are displayed; otherwise, false.</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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SplitterStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor">
<summary>
<para>Provides methods to process a document in the Controller in a custom manner.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor.DocumentSelectorFileUploading(System.Action{DevExpress.Web.FileManagerFileUploadEventArgs})">
<summary>
<para>Fires before a file is uploaded to the Document Selector and allows you to cancel the action.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.FileManagerFileUploadEventArgs"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor.DocumentSelectorFolderCreating(System.Action{DevExpress.Web.FileManagerFolderCreateEventArgs})">
<summary>
<para>Fires on the server side before a folder is created within the FileManager (a document selector) embedded into built-in file dialogs, and allows you to cancel the action.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.FileManagerFolderCreatedEventArgs"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor.DocumentSelectorItemDeleting(System.Action{DevExpress.Web.FileManagerItemDeleteEventArgs})">
<summary>
<para>Enables you to perform server-side processing of file/folder deletion operations initiated within the Spreadsheet&#39;s built-in Document Selector.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.FileManagerItemDeleteEventArgs"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor.DocumentSelectorItemMoving(System.Action{DevExpress.Web.FileManagerItemMoveEventArgs})">
<summary>
<para>Enables you to perform server-side processing of file/folder move operations initiated within the Spreadsheet&#39;s built-in Document Selector.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.FileManagerItemMoveEventArgs"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor.DocumentSelectorItemRenaming(System.Action{DevExpress.Web.FileManagerItemRenameEventArgs})">
<summary>
<para>Enables you to perform server-side processing of file/folder rename operations initiated within the Spreadsheet&#39;s built-in Document Selector.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.FileManagerItemRenamedEventArgs"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor.Saving(System.Action{DevExpress.Web.Office.DocumentSavingEventArgs})">
<summary>
<para>Fires before a file is saved to the server and allows you to cancel the action.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Office.DocumentSavingEventArgs"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor.SettingsDialogs(System.Action{DevExpress.Web.ASPxSpreadsheet.SpreadsheetDialogSettings})">
<summary>
<para>Enables you to customize the built-in dialog settings.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetDialogSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor"/> object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.SpreadsheetExtension">
<summary>
<para>Represents an extension object implementing the Spreadsheet functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.#ctor(DevExpress.Web.Mvc.SpreadsheetSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.SpreadsheetSettings"/> object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.#ctor(DevExpress.Web.Mvc.SpreadsheetSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.CloseDocument(System.String)">
<summary>
<para>Closes the current document in the specified Spreadsheet.</para>
</summary>
<param name="extensionName">A string value specifying the Spreadsheet name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of an action method.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetExtension.DefaultRibbonContextTabCategories">
<summary>
<para>Gets an array of predefined ribbon context tab categories for the Spreadsheet extension.</para>
</summary>
<value>A DevExpress.Web.RibbonContextTabCategory[] object that is an array of default ribbon context tab categories.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetExtension.DefaultRibbonTabs">
<summary>
<para>Gets an array of predefined ribbon tabs for the Spreadsheet extension.</para>
</summary>
<value>A DevExpress.Web.RibbonTab[] object that is an array of default ribbon tabs for the Spreadsheet extension.</value>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.DownloadFile(System.String)">
<summary>
<para>Returns the binary content of the file downloaded from the specified Spreadsheet.</para>
</summary>
<param name="extensionName">A <see cref="T:System.String"/> value that specifies the Spreadsheet extension name.</param>
<returns>A <see cref="T:System.Web.Mvc.FileStreamResult"/> object that is a binary content sent in response.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.GetCallbackResult(DevExpress.Web.Mvc.SpreadsheetSettings)">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action specified by the <see cref="P:DevExpress.Web.Mvc.SpreadsheetSettings.CallbackRouteValues"/> property.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.SpreadsheetSettings"/> object specifying the processed Spreadsheet&#39;s settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.GetCallbackResult(System.String,System.Action{DevExpress.Web.Mvc.SpreadsheetCustomDocumentProcessor})">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action specified by the <see cref="P:DevExpress.Web.Mvc.SpreadsheetSettings.CallbackRouteValues"/> property.</para>
</summary>
<param name="extensionName">A string value specifying the name of the processed Spreadsheet extension.</param>
<param name="method">A delegate method of the SpreadsheetCustomDocumentProcessor type.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.GetCurrentDocument(System.String)">
<summary>
<para>Gets access to a workbook loaded into the specified Spreadsheet.</para>
</summary>
<param name="extensionName">A string value specifying the Spreadsheet name.</param>
<returns>A <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> interface specifying a document loaded in the Spreadsheet.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.GetCustomActionResult(System.String)">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action defined by the <see cref="P:DevExpress.Web.Mvc.SpreadsheetSettings.CustomActionRouteValues"/> property.</para>
</summary>
<param name="extensionName">A string value specifying the Spreadsheet extension name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.GetDocumentId(System.String)">
<summary>
<para>Returns the unique identifier of the specified Spreadsheet document.</para>
</summary>
<param name="extensionName">A string value specifying the Spreadsheet extension name.</param>
<returns>A string value that uniquely identifies the document.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.LoadDocument(System.String,System.String)">
<summary>
<para>Loads a specific file to the specified Spreadsheet extension.</para>
</summary>
<param name="extensionName">A string value specifying the name of the Spreadsheet extension that loads the document.</param>
<param name="filePath">A string value specifying the path to the file that should be loaded into the Spreadsheet.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> encapsulating the result of a Spreadsheet&#39;s document load operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.New(System.String)">
<summary>
<para>Creates a new empty document within the Spreadsheet.</para>
</summary>
<param name="extensionName">A string value that specifies the RichEdit name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(DevExpress.Web.Office.SpreadsheetDocumentInfo)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="documentInfo">A <see cref="T:DevExpress.Web.Office.SpreadsheetDocumentInfo"/> object that contains information about the document to open.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object representing the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String)">
<summary>
<para>Opens the specified file.</para>
</summary>
<param name="filePath">A string value specifying the path to the file to open within the Spreadsheet.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object representing the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,DevExpress.Spreadsheet.DocumentFormat)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="filePath">A string value specifying the path to the document to open.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object representing the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,DevExpress.Spreadsheet.DocumentFormat,System.Func{System.Byte[]})">
<summary>
<para>Opens a document specified by an array of bytes.</para>
</summary>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open (the document&#39;s DocumentId).</param>
<param name="format">A <see cref="T:js-DocumentFormat"/> object specifying the document format.</param>
<param name="contentAccessorByBytes">A method delegate to obtain a byte array from which to open the document.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object representing the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,DevExpress.Spreadsheet.DocumentFormat,System.Func{System.IO.Stream})">
<summary>
<para>Opens a document specified by a stream.</para>
</summary>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open (the document&#39;s DocumentId).</param>
<param name="format">A <see cref="T:js-DocumentFormat"/> object specifying the document format.</param>
<param name="contentAccessorByStream">A method delegate to obtain a stream from which to open the document.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object representing the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,DevExpress.Web.Office.SpreadsheetDocumentInfo)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="extensionName">A string value that specifies the Spreadsheet name.</param>
<param name="documentInfo">A <see cref="T:DevExpress.Web.Office.SpreadsheetDocumentInfo"/> object that contains information about the document to open.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,System.Func{System.Byte[]})">
<summary>
<para>Opens a document specified by an array of bytes.</para>
</summary>
<param name="documentId">A string value that specifies the Spreadsheet name.</param>
<param name="contentAccessorByBytes">A method delegate to obtain a byte array from which to open the document.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,System.Func{System.IO.Stream})">
<summary>
<para>Opens a document specified by a stream.</para>
</summary>
<param name="documentId">A string value that specifies the Spreadsheet name.</param>
<param name="contentAccessorByStream">A method delegate to obtain a stream from which to open the document.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,System.String)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="extensionName">A string value that specifies the Spreadsheet name.</param>
<param name="filePath">A string value specifying the path to the document to open.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,System.String,DevExpress.Spreadsheet.DocumentFormat)">
<summary>
<para>Opens the specified document.</para>
</summary>
<param name="extensionName">A string value that specifies the Spreadsheet name.</param>
<param name="filePath">A string value specifying the path to the document to open.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,System.String,DevExpress.Spreadsheet.DocumentFormat,System.Func{System.Byte[]})">
<summary>
<para>Opens a document specified by an array of bytes.</para>
</summary>
<param name="extensionName">A string value that specifies the Spreadsheet name.</param>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open (the document&#39;s DocumentId).</param>
<param name="format">A <see cref="T:js-DocumentFormat"/> object specifying the document format.</param>
<param name="contentAccessorByBytes">A method delegate to obtain a byte array from which to open the document.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.Open(System.String,System.String,DevExpress.Spreadsheet.DocumentFormat,System.Func{System.IO.Stream})">
<summary>
<para>Opens a document specified by a stream.</para>
</summary>
<param name="extensionName">A string value that specifies the Spreadsheet name.</param>
<param name="uniqueDocumentID">A string value that uniquely identifies the document to open (the document&#39;s DocumentId).</param>
<param name="format">A <see cref="T:js-DocumentFormat"/> object specifying the document format.</param>
<param name="contentAccessorByStream">A method delegate to obtain a stream from which to open the document.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"/> object that represents the result of the operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.PerformMailMerge(System.Func{System.Byte[]},DevExpress.Spreadsheet.DocumentFormat,System.Object)">
<summary>
<para>Initializes the mail merge process and generates the resulting documents containing the merged information.</para>
</summary>
<param name="templateContentAccessorByBytes">A method delegate to obtain a byte array from which to generate the template document.</param>
<param name="templateDocumentFormat">A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> object specifying the template document format.</param>
<param name="mailMergeDataSource">An object specifying the data source object for mail merge.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object that represents the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.PerformMailMerge(System.Func{System.Byte[]},DevExpress.Spreadsheet.DocumentFormat,System.Object,System.String)">
<summary>
<para>Initializes the mail merge process and generates the resulting documents containing the merged information.</para>
</summary>
<param name="templateContentAccessorByBytes">A method delegate to obtain a byte array from which to generate the template document.</param>
<param name="templateDocumentFormat">A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> object specifying the template document format.</param>
<param name="mailMergeDataSource">An object specifying the data source object for mail merge.</param>
<param name="mailMergeMode">A string value that specifies the mail merge mode.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object that represents the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.PerformMailMerge(System.Func{System.IO.Stream},DevExpress.Spreadsheet.DocumentFormat,System.Object)">
<summary>
<para>Initializes the mail merge process and generates the resulting documents containing the merged information.</para>
</summary>
<param name="templateContentAccessorByStream">A method delegate to obtain a stream from which to generate the template document.</param>
<param name="templateDocumentFormat">A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> object specifying the template document format.</param>
<param name="mailMergeDataSource">An object specifying the data source object for mail merge.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object that represents the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.PerformMailMerge(System.Func{System.IO.Stream},DevExpress.Spreadsheet.DocumentFormat,System.Object,System.String)">
<summary>
<para>Initializes the mail merge process and generates the resulting documents containing the merged information.</para>
</summary>
<param name="templateContentAccessorByStream">A method delegate to obtain a stream from which to generate the template document.</param>
<param name="templateDocumentFormat">A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> object specifying the template document format.</param>
<param name="mailMergeDataSource">An object specifying the data source object for mail merge.</param>
<param name="mailMergeMode">A string value that specifies the mail merge mode.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object that represents the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.PerformMailMerge(System.String,System.Object)">
<summary>
<para>Initializes the mail merge process and generates the resulting documents containing the merged information.</para>
</summary>
<param name="pathToTemplateXlsx">A string value that specifies the path to a template for mail merge.</param>
<param name="mailMergeDataSource">An object specifying the data source object for mail merge.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object that represents the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.PerformMailMerge(System.String,System.Object,System.String)">
<summary>
<para>Initializes the mail merge process and generates the resulting documents containing the merged information.</para>
</summary>
<param name="pathToTemplateXlsx">A string value that specifies the path to a template for mail merge.</param>
<param name="mailMergeDataSource">An object specifying the data source object for mail merge.</param>
<param name="mailMergeMode">A string value that specifies the mail merge mode (&quot;Worksheets&quot;, &quot;OneWorksheet&quot; or &quot;Documents&quot;).</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object that represents the Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.PerformMailMerge(System.String,System.Object,System.String,System.Int32,DevExpress.Spreadsheet.DocumentFormat)">
<summary>
<para>Initializes the mail merge process and generates the documents that contain the merged information.</para>
</summary>
<param name="pathToTemplateXlsx">The path to a template for mail merge.</param>
<param name="mailMergeDataSource">The data source object for mail merge.</param>
<param name="mailMergeMode">A string value that specifies the mail merge mode (&quot;Worksheets&quot;, &quot;OneWorksheet&quot; or &quot;Documents&quot;).</param>
<param name="documentIndex">The index of a document to display (when the mailMergeMode parameter is set to Documents).</param>
<param name="documentFormat">A document format in which to save a workbook (such as XLSX, XLS, etc).</param>
<returns>The Spreadsheet extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.SaveCopy(System.String,DevExpress.Spreadsheet.DocumentFormat)">
<summary>
<para>Saves a document copy using the specified settings.</para>
</summary>
<param name="extensionName">A string value that specifies the Spreadsheet name.</param>
<param name="format">A DocumentFormat object specifying the document&#39;s format.</param>
<returns>An array of bytes where the document is saved.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.SaveCopy(System.String,System.IO.Stream,DevExpress.Spreadsheet.DocumentFormat)">
<summary>
<para>A string value that specifies the Spreadsheet name.</para>
</summary>
<param name="extensionName">A string value that specifies the Spreadsheet name.</param>
<param name="outputStream">A stream object where the document will be saved.</param>
<param name="format">A DocumentFormat object specifying the document format.</param>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetExtension.SaveCopy(System.String,System.String)">
<summary>
<para>Saves a document copy using the specified settings.</para>
</summary>
<param name="extensionName">A string value that specifies the Spreadsheet name.</param>
<param name="documentPath">A string value specifying the document path to save to.</param>
</member>
<member name="T:DevExpress.Web.Mvc.SpreadsheetSettings">
<summary>
<para>Contains the Spreadsheet extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.SpreadsheetSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.SpreadsheetSettings"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.ActiveTabIndex">
<summary>
<para>Gets or sets the index of a Worksheet Tab which is selected within the Spreadsheet.</para>
</summary>
<value>An integer value specifying the index of an active tab in the Spreadsheet.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.AssociatedRibbonName">
<summary>
<para>Specifies the name of a Ribbon extension, used as an external toolbar.</para>
</summary>
<value>A string value specifying the Ribbon name.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.AutoSaveMode">
<summary>
<para>Gets or sets the auto-saving mode.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.Office.Internal.AutoSaveMode"/> values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.AutoSaveTimeout">
<summary>
<para>Gets or sets the timeout for auto-saving.</para>
</summary>
<value>An integer value specifying the timeout, in milliseconds.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.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.SpreadsheetSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the Spreadsheet.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetClientSideEvents"/> object which allows assigning handlers to the client-side events available to the Spreadsheet.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.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:js-ASPxClientSpreadsheet.PerformCallback(parameter)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.DocumentSelectorFileUploading">
<summary>
<para>Enables you to perform server-side processing of file upload operations initiated within the Spreadsheet&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFileUploadEventHandler"/> delegate method to be called when a file is about to be uploaded within the Spreadsheet&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.DocumentSelectorFolderCreating">
<summary>
<para>Enables you to perform server-side processing of folder creation operations, initiated within the Spreadsheet&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerFolderCreateEventHandler"/> delegate method to be called when a folder is about to be created within the Spreadsheet&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.DocumentSelectorItemDeleting">
<summary>
<para>Enables you to perform server-side processing of file/folder deletion operations initiated within the Spreadsheet&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemDeleteEventHandler"/> delegate method to be called when a file or folder is about to be deleted within the Spreadsheet&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.DocumentSelectorItemMoving">
<summary>
<para>Enables you to perform server-side processing of file/folder move operations initiated within the Spreadsheet&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemMoveEventHandler"/> delegate method to be called when a file or folder is about to be moved within the Spreadsheet&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.DocumentSelectorItemRenaming">
<summary>
<para>Enables you to perform server-side processing of file/folder rename operations initiated within the Spreadsheet&#39;s built-in Document Selector.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FileManagerItemRenameEventHandler"/> delegate method to be called when a file or folder is about to be renamed within the Spreadsheet&#39;s Document Selector.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.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.SpreadsheetSettings.EnableClientSideAPI">
<summary>
<para>Gets or sets a value that specifies whether the extension to which this <see cref="T:DevExpress.Web.Mvc.SpreadsheetSettings"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false if no programmatic interface is available for the extension on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.FullscreenMode">
<summary>
<para>Gets or sets a value specifying whether the Spreadsheet is used in full-screen mode.</para>
</summary>
<value>true, to enable full-screen mode; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.Images">
<summary>
<para>Provides access to the settings that define images for various Spreadsheet elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.ImagesFileManager">
<summary>
<para>Provides access to the settings that define images displayed within the FileManager used in certain built-in dialogs.</para>
</summary>
<value>A DevExpress.Web.ASPxSpreadsheet.SpreadsheetFileManagerImages object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.ReadOnly">
<summary>
<para>Gets or sets a value indicating whether an end-user can change the Spreadsheet&#39;s contents at runtime.</para>
</summary>
<value>true, if an end-user cannot change the Spreadsheet&#39;s contents; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.RibbonMode">
<summary>
<para>Specifies the type of the Spreadsheet&#39;s Ribbon toolbar.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetRibbonMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.RibbonTabs">
<summary>
<para>Provides access to the collection of Ribbon tabs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetRibbonTabCollection"/> object that is the collection of the Ribbon&#39;s tabs.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.Saving">
<summary>
<para>Enables you to perform server-side processing of a spreadsheet document before it is saved to the server.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Office.DocumentSavingEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.Settings">
<summary>
<para>Provides access to the Spreadsheet&#39;s main settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxSpreadsheetSettings"/> object that contains the control&#39;s options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.SettingsDialogs">
<summary>
<para>Provides access to the built-in dialogs&#39; settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetDialogSettings"/> object that contains settings of the built-in dialogs.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.SettingsDocumentSelector">
<summary>
<para>Provides access to settings that are related to the FileManager used within some built-in dialogs dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetDocumentSelectorSettings"/> object that contains the Document Selector dialog&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the Loading Panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.ASPxSpreadsheetLoadingPanelSettings"/> object that contains the Loading Panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.SettingsView">
<summary>
<para>Provides access to settings allowing you to manipulate the Spreadsheet&#39;s view mode.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetViewSettings"/> value object containing settings to manipulate the control&#39;s view mode.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.ShowConfirmOnLosingChanges">
<summary>
<para>Gets or sets a value that specifies whether a confirmation alert should be displayed when any unsaved changes are going to be lost due to an end-user action.</para>
</summary>
<value>true, to display the confirmation alert; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.ShowFormulaBar">
<summary>
<para>Gets or sets a value that specifies the Formula Bar&#39;s visibility.</para>
</summary>
<value>true, if the Formula Bar is visible; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.ShowSheetTabs">
<summary>
<para>Gets or sets a value specifying the sheet tab selector&#39;s visibility.</para>
</summary>
<value>true, if the sheet tab selector is visible; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.Styles">
<summary>
<para>Provides access to the style settings that allow the appearance of the extension (and its visual elements) to be defined.</para>
</summary>
<value>A DevExpress.Web.ASPxSpreadsheet.SpreadsheetStyles object containing the extension-related style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.StylesButton">
<summary>
<para>Provides access to the style settings that define the appearance of button elements used by the Spreadsheet extension (within dialog forms, for instance).</para>
</summary>
<value>A DevExpress.Web.ASPxSpreadsheet.SpreadsheetButtonStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.StylesEditors">
<summary>
<para>Provides access to the style settings that define the appearance of editor elements used by the Spreadsheet extension (for instance, within dialog forms).</para>
</summary>
<value>A DevExpress.Web.ASPxSpreadsheet.SpreadsheetEditorsStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.StylesFileManager">
<summary>
<para>Provides access to the style settings that define the appearance of File Manager elements used by the Spreadsheet extension (for instance, within the File Open dialog).</para>
</summary>
<value>A DevExpress.Web.ASPxSpreadsheet.SpreadsheetFileManagerStyles object that provides style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.StylesFormulaAutoCompete">
<summary>
<para>Gets the settings defining the appearance of elements used by the Spreadsheet&#39;s Formula AutoComplete feature.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetFormulaAutoCompeteStyles"/> object containing element appearance settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.StylesFormulaBar">
<summary>
<para>Gets the settings that define the appearance of elements used within the Spreadsheet&#39;s Formula Bar.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetFormulaBarStyles"/> object containing element appearance settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.StylesPopupMenu">
<summary>
<para>Provides access to the style settings that define the appearance of the Spreadsheet&#39;s context menu.</para>
</summary>
<value>A DevExpress.Web.ASPxSpreadsheet.SpreadsheetMenuStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.StylesRibbon">
<summary>
<para>Provides access to the style settings that define the appearance of the Spreadsheet&#39;s ribbon toolbar elements.</para>
</summary>
<value>A DevExpress.Web.ASPxSpreadsheet.SpreadsheetRibbonStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.StylesTabControl">
<summary>
<para>Provides access to the style settings defining the appearance of tab control elements used in the Spreadsheet.</para>
</summary>
<value>A DevExpress.Web.ASPxSpreadsheet.SpreadsheetTabControlStyles object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.TemporaryFolder">
<summary>
<para>Gets or sets the temporary server folder where files which are currently being uploaded, are maintained.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the path to the temporary upload folder.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.ViewModeChanging">
<summary>
<para>Fires before the control&#39;s view mode is changed and allows you to cancel the action.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxSpreadsheet.ViewModeChangingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.SpreadsheetSettings.WorkDirectory">
<summary>
<para>Gets or sets the working directory path.</para>
</summary>
<value>A string specifying the working directory path.</value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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">true if the starting node should be displayed; otherwise, false.</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.TabControlExtensionBase">
<summary>
<para>Represents a base class implementing the common functionality of tabbed extensions (like TabControl).</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TabControlExtensionBase.#ctor(DevExpress.Web.Mvc.TabControlSettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.TabControlSettings">
<summary>
<para>Contains the TabControl extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TabControlSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TabControlSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.ActiveTabImageUrlField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides URLs for images displayed within tabs when they are in the active state.</para>
</summary>
<value>A string value that specifies the name of the required data source field.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.DataBound">
<summary>
<para>Allows you to perform specific actions after the TabControl is bound to a data source.</para>
</summary>
<value>A <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.NameField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides tab unique 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.TabControlSettings.NavigateUrlField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides tab 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.TabControlSettings.NavigateUrlFormatString">
<summary>
<para>Gets or sets the pattern used to format tab navigate URLs.</para>
</summary>
<value>A string value that represents the format pattern.</value>
</member>
<member name="M:DevExpress.Web.Mvc.TabControlSettings.SetActiveTabTemplateContent(System.Action{DevExpress.Web.TabControlTemplateContainer})">
<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.SetActiveTabTextTemplateContent(System.Action{DevExpress.Web.TabControlTemplateContainer})">
<summary>
<para>Allows you to create a common template used for displaying the text content of an active tab within the current TabControl.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TabControlSettings.SetActiveTabTextTemplateContent(System.String)">
<summary>
<para>Allows you to create a common template used for displaying the text content of an active tab within the current TabControl.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TabControlSettings.SetTabTemplateContent(System.Action{DevExpress.Web.TabControlTemplateContainer})">
<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="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.SetTabTextTemplateContent(System.Action{DevExpress.Web.TabControlTemplateContainer})">
<summary>
<para>Allows you to create a common template used to display the text content of all the tabs within the current TabControl.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TabControlSettings.SetTabTextTemplateContent(System.String)">
<summary>
<para>Allows you to create a common template used to display the text content of all the tabs within the current TabControl.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.SyncSelectionMode">
<summary>
<para>Gets or sets whether the tab, whose navigation location points to the currently browsed web page, is automatically activated.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SyncSelectionMode"/> enumeration value that specifies whether automatic synchronization of tab selection with the path of the currently browsed page is enabled.</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 <see cref="T:DevExpress.Web.TabControlEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.TabImageUrlField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides URLs for images displayed within tabs.</para>
</summary>
<value>A string value that specifies the name of the required data source field.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.Tabs">
<summary>
<para>Gets the collection of tabs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTabCollection"/> object representing the collection of the tab control&#39;s tabs.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.Target">
<summary>
<para>Gets or sets the window or frame at which to target the contents of the URLs associated with the links.</para>
</summary>
<value>A string which identifies the window or frame at which to target the URL content.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.TextField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides tab 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.TabControlSettings.TextFormatString">
<summary>
<para>Gets or sets the pattern used to format tab texts.</para>
</summary>
<value>A string value that represents the format pattern.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettings.ToolTipField">
<summary>
<para>Gets or sets the name of a data field (or an xml element&#39;s attribute) which provides tab 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.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 <see cref="T:DevExpress.Web.Mvc.TabControlSettingsBase"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.ActiveTabIndex">
<summary>
<para>Gets or sets the index of a tab (tabbed page) which is selected within the TabControl.</para>
</summary>
<value>An integer value specifying the index of an active tab (tabbed page) within the TabControl&#39;s <see cref="P:DevExpress.Web.Mvc.TabControlSettings.Tabs"/> (<see cref="P:DevExpress.Web.Mvc.PageControlSettings.TabPages"/>) collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the TabControl extension.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.TabControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the TabControl.</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>true to make a TabControl initially displayed; false 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 TabControl&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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 <see cref="T:DevExpress.Web.Mvc.TabControlSettingsBase"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false 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>true if tabs can be hot-tracked; otherwise, false.</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>true if scrolling is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the TabControl.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.TabControlImages"/> object that contains image settings.</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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.TabControlSettingsBase.SetSpaceAfterTabsContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows setting a template for displaying the space after a tab&#39;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&#39;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{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows setting a template for displaying the space before a tab&#39;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&#39;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 the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.TabControlStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.TabAlign">
<summary>
<para>Gets or sets the alignment of tabs along the side of the control, specified by the <see cref="P:DevExpress.Web.Mvc.TabControlSettingsBase.TabPosition"/> property.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.TabAlign"/> enumeration values that define the alignment of tabs.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TabControlSettingsBase.TabPosition">
<summary>
<para>Gets or sets the position of tabs within the current TabControl.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.TabPosition"/> enumeration values.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 the TextBox extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TextBoxSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TextBoxSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TextBoxSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TextBoxSettings.AutoCompleteType">
<summary>
<para>Gets or sets a value that indicates the editor&#39;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 that are specific to the TextBox editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTextBoxProperties"/> object containing the TextBox 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> 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>true if model error messages are automatically displayed for an invalid editor; false 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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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.TimeEditSettings">
<summary>
<para>Contains the TimeEdit extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TimeEditSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TimeEditSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TimeEditSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</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 that are specific to the TimeEdit editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTimeEditProperties"/> object containing the TimeEdit 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&#39;s value.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s value; otherwise, false.</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"></see> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.Mvc.TimeEditSettings.SetButtonTemplateContent(System.Action{DevExpress.Web.TemplateContainerBase})">
<summary>
<para>Allows you to provide a template for rendering the editor&#39;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&#39;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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</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 <see cref="T:DevExpress.Web.Mvc.TimeZoneEditSettings"/> class with the 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.TokenBoxExtension">
<summary>
<para>Represents an extension object implementing the TokenBox functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.#ctor(DevExpress.Web.Mvc.TokenBoxSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.#ctor(DevExpress.Web.Mvc.TokenBoxSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.#ctor(DevExpress.Web.Mvc.TokenBoxSettings,System.Web.Mvc.ViewContext,System.Web.Mvc.ModelMetadata)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> 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"></see> 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.TokenBoxExtension.Bind(System.Object)">
<summary>
<para>Binds the TokenBox to a data source.</para>
</summary>
<param name="value">An object specifying the bound data source.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object that is the TokenBox extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindList(System.Object)">
<summary>
<para>Binds the TokenBox editor to a list of items.</para>
</summary>
<param name="dataObject">An object representing the bound data source.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object representing the TokenBox.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToEF(System.String,System.String)">
<summary>
<para>Binds the token box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the token box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the token box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToEF(System.Type,System.String)">
<summary>
<para>Binds the token box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToEF(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the token box to a data source using the Entity Framework in database server mode.</para>
</summary>
<param name="contextType">A <see cref="T:System.Type"/> specifying the DataContext type.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the token box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A method to which selection logic is delegated.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the token box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the token box to a queryable source in database server mode.</para>
</summary>
<param name="contextTypeName">A <see cref="T:System.String"/> object representing the DataContext type name.</param>
<param name="tableName">A <see cref="T:System.String"/> 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.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToLINQ(System.Type,System.String)">
<summary>
<para>Binds the token box 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 <see cref="T:System.String"/> object specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToLINQ(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the token box 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 <see cref="T:System.String"/> 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.TokenBoxExtension"/> object representing the token box extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToXML(System.String)">
<summary>
<para>Binds the TokenBox extension to the XML file specified by its name.</para>
</summary>
<param name="fileName">A string specifying the file name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object representing the TokenBox.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToXML(System.String,System.String)">
<summary>
<para>Binds the TokenBox extension to the XML file specified by its name and 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>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object representing the TokenBox.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the TokenBox extension 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 <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object representing the TokenBox extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxExtension.GetSelectedValues``1(System.String)">
<summary>
<para>Returns an array of the values of the TokenBox&#39;s selected items.</para>
</summary>
<param name="name">A string specifying the editor name.</param>
<typeparam name="T"></typeparam>
<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.TokenBoxSettings">
<summary>
<para>Contains the TokenBox extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TokenBoxSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TokenBoxSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TokenBoxSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the TokenBox editor.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTokenBoxProperties"/> object containing the TokenBox specific settings.</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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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 <see cref="T:DevExpress.Web.Mvc.TrackBarExtension"/> object that is the TrackBar.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TrackBarExtension.GetRange(System.String)">
<summary>
<para>Returns the drag handler&#39;s positions.</para>
</summary>
<param name="extensionName">A string value that is the track bar extension&#39;s name.</param>
<returns>A <see cref="T:System.Tuple`2"/>&lt;<see cref="T:System.String"/>,<see cref="T:System.String"/>,&gt; object that specifies the range of drag handlers&#39; positions.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.TrackBarSettings">
<summary>
<para>Contains the TrackBar extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TrackBarSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:System.Decimal"/> 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 <see cref="T:System.Decimal"/> 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 <see cref="T:System.Decimal"/> value that specifies the position.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TrackBarSettings.Properties">
<summary>
<para>Provides access to the settings that are specific to the TrackBar editor type.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTrackBarProperties"/> object containing the TrackBar 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&#39;s contents at runtime.</para>
</summary>
<value>true, if an end-user cannot change the editor&#39;s contents; otherwise, false.</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"></see> 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>true if model error messages are automatically displayed for an invalid editor; false if the automatic error visualization feature is not used.</value>
</member>
<member name="T:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory">
<summary>
<para>Provides methods that allow you to configure columns of different types in the tree list extension.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.BinaryImage(System.Action{DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties})">
<summary>
<para>Allows you to configure a binary image column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnBinaryImageEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.ButtonEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnButtonEditProperties})">
<summary>
<para>Allows you to configure a button edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnButtonEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.CheckBox(System.Action{DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties})">
<summary>
<para>Allows you to configure a check box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnCheckBoxProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.ColorEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnColorEditProperties})">
<summary>
<para>Allows you to configure a color edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnColorEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.ComboBox(System.Action{DevExpress.Web.Mvc.MVCxColumnComboBoxProperties})">
<summary>
<para>Allows you to configure a combo box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.DateEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnDateEditProperties})">
<summary>
<para>Allows you to configure a date edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnDateEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.DropDownEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties})">
<summary>
<para>Allows you to configure a dropdown edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnDropDownEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.HyperLink(System.Action{DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties})">
<summary>
<para>Allows you to configure a hyper link column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnHyperLinkProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.Image(System.Action{DevExpress.Web.Mvc.MVCxColumnImageEditProperties})">
<summary>
<para>Allows you to configure an image column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnImageEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.Memo(System.Action{DevExpress.Web.Mvc.MVCxColumnMemoProperties})">
<summary>
<para>Allows you to configure a memo column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnMemoProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.ProgressBar(System.Action{DevExpress.Web.Mvc.MVCxColumnProgressBarProperties})">
<summary>
<para>Allows you to configure a progress bar column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnProgressBarProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.SpinEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnSpinEditProperties})">
<summary>
<para>Allows you to configure a spin edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnSpinEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.TextBox(System.Action{DevExpress.Web.Mvc.MVCxColumnTextBoxProperties})">
<summary>
<para>Allows you to configure a text box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnTextBoxProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.TimeEdit(System.Action{DevExpress.Web.Mvc.MVCxColumnTimeEditProperties})">
<summary>
<para>Allows you to configure a time edit column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnTimeEditProperties"/> object as a parameter.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListColumnEditorPropertiesFactory.TokenBox(System.Action{DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties})">
<summary>
<para>Allows you to configure a token box column.</para>
</summary>
<param name="method">A delegate method that accepts an <see cref="T:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties"/> object as a parameter.</param>
</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.Bind(System.Object)">
<summary>
<para>Binds the Tree List 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.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&#39;s key value and cell values.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.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)">
<summary>
<para>Enables a TreeList to be printed using the XtraPrinting Library.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.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.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 <see cref="T:DevExpress.Web.Mvc.TreeListExtension"/> object that contains TreeList settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source (typically, it is passed to the treelist&#39;s <see cref="M:DevExpress.Web.Mvc.TreeListExtension.Bind(System.Object)"/> 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.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,DevExpress.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to DOCX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,DevExpress.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to DOCX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,DevExpress.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to DOCX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Boolean)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.String)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.ExportToDocx(DevExpress.Web.Mvc.TreeListSettings,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the TreeList&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to PDF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to RTF, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLS, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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.Web.Mvc.TreeListVirtualModeCreateChildrenMethod,DevExpress.Web.Mvc.TreeListVirtualModeNodeCreatingMethod,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the TreeList, which operates in virtual mode, to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<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&#39;s key value and cell values.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> 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&#39;s data to XLSX, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings"></see> object that contains Tree List settings.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data within a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> encapsulating the result of the Tree List data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetBatchDeleteKeys``1">
<summary>
<para>Returns a list of keys that correspond to tree list records deleted on the client side in batch edit mode.</para>
</summary>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> object that stores the list of keys.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetBatchInsertValues``1(System.String)">
<summary>
<para>Returns a list of values added to the specified column on the client side in batch edit mode.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field or a model property.</param>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> object that stores a list of values that have been added on the client side.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetBatchUpdateValues``2(System.String)">
<summary>
<para>Returns a dictionary containing record keys and new values updated in the specified column on the client side in batch edit mode.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field or a model property.</param>
<typeparam name="S"></typeparam>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2"/> object that stores the record keys and new values.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetBinaryImageEditCallbackResult">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a TreeList column editor.</para>
</summary>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetBinaryImageEditCallbackResult(DevExpress.Web.BinaryStorageMode)">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a TreeList column editor.</para>
</summary>
<param name="storageMode">One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values specifying the storage for binary data.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetBinaryImageEditCallbackResult(DevExpress.Web.BinaryStorageMode,DevExpress.Web.BinaryImageUploadValidationSettings)">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a TreeList column editor.</para>
</summary>
<param name="storageMode">One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values specifying the storage for binary data.</param>
<param name="uploadValidationSettings">A <see cref="T:DevExpress.Web.BinaryImageUploadValidationSettings"/> object containing settings that relate to the validation of an uploaded image.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetComboBoxCallbackResult(DevExpress.Web.Mvc.MVCxColumnComboBoxProperties)">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a combo box used as a TreeList column editor.</para>
</summary>
<param name="properties">An <see cref="T:DevExpress.Web.Mvc.MVCxColumnComboBoxProperties"/> object containing the required combo box settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetComboBoxCallbackResult(System.Action{DevExpress.Web.Mvc.MVCxColumnComboBoxProperties})">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a combo box used as a TreeList column editor.</para>
</summary>
<param name="method">A delegate method providing the required combo box properties.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</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.GetEditValue``1(System.String)">
<summary>
<para>Gets editor values from the edit form by a field name.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> that is the name of the database field assigned to the current column.</param>
<typeparam name="T"></typeparam>
<returns>An editor value.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetTokenBoxCallbackResult(DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties)">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a token box used as a TreeList column editor.</para>
</summary>
<param name="properties">An <see cref="T:DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties"/> object containing the required token box settings.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.GetTokenBoxCallbackResult(System.Action{DevExpress.Web.Mvc.MVCxColumnTokenBoxProperties})">
<summary>
<para>Returns the specified result back to the client side after processing a callback initiated by a token box used as a TreeList column editor.</para>
</summary>
<param name="method">A delegate method providing the required token box properties.</param>
<returns>A <see cref="T:System.Web.Mvc.ContentResult"/> object that is the result of an action method.</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&#39;s Edit Form.</para>
</summary>
<param name="message">A string value specifying the text to be displayed within the error node.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TreeListExtension"/> object representing the TreeList extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteDocx(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream)">
<summary>
<para>Exports the Tree List&#39;s data to a stream in DOCX format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettings"/> object that contains TreeList settings.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteDocx(DevExpress.Web.Mvc.TreeListSettings,System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the Tree List&#39;s data to a stream in DOCX format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettings"/> object that contains TreeList settings.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the Tree List&#39;s data to a stream in DOCX format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettings"/> object that contains TreeList settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteDocx(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the Tree List&#39;s data to a stream in DOCX format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettings"/> object that contains TreeList settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</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&#39;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"></see> object that contains Tree List settings.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.WritePdf(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the TreeList&#39;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"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension.WriteXls(DevExpress.Web.Mvc.TreeListSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the TreeList&#39;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"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> 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&#39;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"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</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&#39;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"></see> object that contains Tree List settings.</param>
<param name="dataObject">An object representing the TreeList&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
</member>
<member name="T:DevExpress.Web.Mvc.TreeListExtension`1">
<summary>
<para>An extension object implementing the TreeList functionality.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListExtension`1.#ctor(DevExpress.Web.Mvc.TreeListSettings{`0})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TreeListExtension`1"/> 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`1.#ctor(DevExpress.Web.Mvc.TreeListSettings{`0},System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TreeListExtension`1"/> 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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.TreeListSettings">
<summary>
<para>Contains the TreeList extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.AutoFilterCellEditorCreate">
<summary>
<para>Enables you to assign editors to individual filter row cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.AutoFilterCellEditorInitialize">
<summary>
<para>Enables initializing the cell editors displayed within the filter row cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListEditorEventHandler"/> delegate method allowing you to implement custom processing.</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>true to automatically create columns for all fields in the underlying data source; otherwise, false.</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>true to automatically create columns for service fields in the underlying data source; otherwise, false.</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 <see cref="T:System.EventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.BeforeHeaderFilterFillItems">
<summary>
<para>Enables you to provide custom filter items instead of default ones displayed within the Header Filter.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListBeforeHeaderFilterFillItemsEventHandler"/> 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.CellEditorInitialize">
<summary>
<para>Enables initializing the cell editors displayed within the edit cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListColumnEditorEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> 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 <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Mvc.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>true to make an extension initially displayed on the client; false to render an extension into the web page, but make it initially hidden on the client side.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.Columns">
<summary>
<para>Provides access to a TreeList&#39;s column collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumnCollection"/> object that is a collection of columns.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.CommandColumn">
<summary>
<para>Provides access to the TreeList&#39;s command column.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListCommandColumn"/> 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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCommandColumnButtonEventHandler"/> 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&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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:js-MVCxClientTreeList.PerformCallback(data)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.CustomColumnDisplayText">
<summary>
<para>Enables custom display text to be provided for any cell.</para>
</summary>
<value>A delegate method that allows you to provide custom display text for any cell.</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:js-MVCxClientTreeList.PerformCustomDataCallback(data)"/> method.</para>
</summary>
<value>An object containing the Controller and Action names.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.CustomFilterExpressionDisplayText">
<summary>
<para>Enables you to display custom text within the filter bar, corresponding to the current filter expression.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomFilterExpressionDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomJSPropertiesEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomNodeSortEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomSummaryEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.CustomUnboundColumnData">
<summary>
<para>Enables data to be supplied to unbound columns.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListCustomUnboundColumnDataEventHandler"/> 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 <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListDataCacheMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.DeleteSelectedNodesRouteValues">
<summary>
<para>Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to selected node(s) deletion.</para>
</summary>
<value>An object containing the Controller and Action names.</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&#39;s content is updated via a callback.</para>
</summary>
<value>true if a specific animation effect is used; otherwise, false.</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>true, if a specific animation effect is used; otherwise, false.</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>True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - if it is allowed for touch devices only.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.FilterControlColumnsCreated">
<summary>
<para>Enables you to customize the filter control column collection after it is created.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlColumnsCreatedEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.FilterControlCriteriaValueEditorCreate">
<summary>
<para>Enables you to replace the default criteria value editor with a custom one.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.FilterControlCriteriaValueEditorInitialize">
<summary>
<para>Enables the editors displayed within the criteria value to be initialized.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.FilterControlCustomValueDisplayText">
<summary>
<para>Enables you to specify the entered filter value&#39;s custom display text to be displayed when the filter&#39;s condition value editor is inactive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.FilterControlOperationVisibility">
<summary>
<para>Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the FilterControl&#39;s operation dropdown menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlOperationVisibilityEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.FilterControlParseValue">
<summary>
<para>Enables you to process and modify an entered value before it is actually accepted by the filter.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlParseValueEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.HeaderFilterEditorInitialize">
<summary>
<para>Occurs when a header filter editor is initialized.</para>
</summary>
<value>A delegate method.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.HeaderFilterFillItems">
<summary>
<para>Enables you to provide custom filter items displayed within a filter dropdown.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListHeaderFilterEventHandler"/> delegate method allowing you to implement custom processing.</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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHtmlCommandCellEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHtmlDataCellEventHandler"/> 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 <see cref="T:DevExpress.Web.ASPxTreeList.TreeListHtmlRowEventHandler"/> 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&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListImages"/> 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&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.ImagesFilterControl">
<summary>
<para>Provides access to the settings that define images displayed within the filter builder.</para>
</summary>
<value>The 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 <see cref="T:DevExpress.Web.Data.ASPxDataInitNewRowEventHandler"/> 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>true if keyboard navigation is enabled; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.MVCxTreeListNodeCollection"/> object containing the collection of child nodes owned by the root node.</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.PreviewEncodeHtml">
<summary>
<para>Gets or sets a value that specifies whether the preview&#39;s display text containing HTML code should be parsed and rendered as a pure HTML markup or should be represented as text on a page.</para>
</summary>
<value>true if HTML code contained in the preview should not be executed and is converted into corresponding text for display purposes, false if the preview can contain pure HTML code.</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.ProcessColumnAutoFilter">
<summary>
<para>Enables you to apply custom filter criteria.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListAutoFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.ProcessOnClickRowFilter">
<summary>
<para>Enables you to apply custom filter criteria when the filter row is in the OnClick mode.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListOnClickRowFilterEventHandler"/> delegate method allowing you to implement custom processing.</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"></see> 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="P:DevExpress.Web.Mvc.TreeListSettings.SearchPanelEditorCreate">
<summary>
<para>Enables you to replace the default search panel editor with a custom one.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SearchPanelEditorInitialize">
<summary>
<para>Enables you to customize the properties of an editor displayed within the search panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListSearchPanelEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListSettings.SetDataCellTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListDataCellTemplateContainer})">
<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.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.SetEditFormTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListEditFormTemplateContainer})">
<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.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.SetFilterCellTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListFilterCellTemplateContainer})">
<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.TreeListSettings.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.TreeListSettings.SetFilterRowTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListFilterRowTemplateContainer})">
<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.TreeListSettings.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.TreeListSettings.SetFooterCellTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer})">
<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.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.SetGroupFooterCellTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListFooterCellTemplateContainer})">
<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.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.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the column header&#39;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.SetHeaderCaptionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the column header&#39;s caption.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListSettings.SetPreviewTemplateContent(System.Action{DevExpress.Web.ASPxTreeList.TreeListPreviewTemplateContainer})">
<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&#39;s display options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettings"/> object that contains the TreeList&#39;s display options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsBehavior">
<summary>
<para>Provides access to the extension&#39;s behavior settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsBehavior"/> object that contains the extension&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsCookies">
<summary>
<para>Provides access to the extension&#39;s cookie settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCookies"/> object that contains the extension&#39;s cookie settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsCustomizationWindow">
<summary>
<para>Provides access to the customization window&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsCustomizationWindow"/> object that contains the customization window&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsDataSecurity">
<summary>
<para>Provides access to the TreeList&#39;s security settings that allow disabling data modification operations such as editing, inserting and deleting.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsDataSecurity"/> object containing data security settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsEditing">
<summary>
<para>Provides access to the TreeList&#39;s edit settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsEditing"/> object that contains the TreeList&#39;s edit settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsExport">
<summary>
<para>Provides access to the TreeList&#39;s export settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsExport"/> object that contains export settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsFilterControl">
<summary>
<para>Provides access to the filter control&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsFilterControl"/> object that contains the filter control settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsLoadingPanel"/> object that contains the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsPager">
<summary>
<para>Provides access to the pager&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsPager"/> object that contains the pager&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsPopup">
<summary>
<para>Provides access to the settings of different grid popup elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlSettings"/> object that contains the popup element settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsResizing">
<summary>
<para>Provides access to the TreeList&#39;s resizing settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListSettingsResizing"/> object that contains the resizing settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsSearchPanel">
<summary>
<para>Provides access to the search panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSearchPanel"/> object that containing the search panel settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsSelection">
<summary>
<para>Provides access to the extension&#39;s selection options.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsSelection"/> object that contains the TreeList&#39;s selection options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.SettingsText">
<summary>
<para>Provides access to the extension&#39;s text settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSettingsText"/> object that contains the extension&#39;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&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListStyles"/> 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&#39;s editors.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorStyles"/> 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 <see cref="T:DevExpress.Web.PagerStyles"/> object that contains pager style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.StylesPopup">
<summary>
<para>Provides access to the style settings defining the appearance of different popup elements within a tree list</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListPopupControlStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.StylesToolbar">
<summary>
<para>Provides access to the style settings that define the appearance of toolbars.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.MenuStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.Summary">
<summary>
<para>Provides access to TreeList summary items.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxTreeListSummaryCollection"/> 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&#39;s contents.</para>
</summary>
<value>A <see cref="T:System.String"/> value that describes the TreeList&#39;s contents.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.ToolbarItemClick">
<summary>
<para>Fires after a toolbar item has been clicked.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxTreeList.TreeListToolbarItemClickEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.Toolbars">
<summary>
<para>Gets the collection of toolbars in the <see cref="T:DevExpress.Web.Mvc.TreeListSettings"/> control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListToolbarCollection"/> object which represents the collection of toolbars within the grid.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings.VirtualModeNodeCreated">
<summary>
<para>Occurs when the TreeList functions in virtual mode after a node has been created.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxTreeList.TreeListVirtualNodeEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="T:DevExpress.Web.Mvc.TreeListSettings`1">
<summary>
<para>Contains the TreeList extension settings.</para>
</summary>
<typeparam name="RowType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListSettings`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TreeListSettings`1"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TreeListSettings`1.Columns">
<summary>
<para>Provides access to a TreeList&#39;s column collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxTreeListColumnCollection`1"/> object that is a collection of columns.</value>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListSettings`1.KeyField``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Allows defining the key field.</para>
</summary>
<param name="keyExpression">An expression that identifies a key field.</param>
<typeparam name="ValueType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListSettings`1.ParentField``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Allows you to define the parent field.</para>
</summary>
<param name="parentFieldExpression">An expression that identifies a parent field.</param>
<typeparam name="ValueType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.TreeListSettings`1.PreviewField``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Allows you to define the preview field.</para>
</summary>
<param name="expression">An expression that identifies the preview field.</param>
<typeparam name="ValueType"></typeparam>
</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>
<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.TreeListVirtualModeNodeCreatingMethod">
<summary>
<para>A delegate method that enables you to specify the node&#39;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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> 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">true if the starting node should be displayed; otherwise, false.</param>
<returns>An extension object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.TreeViewExtension.BindToVirtualData(DevExpress.Web.Mvc.TreeViewVirtualModeCreateChildrenMethod)">
<summary>
<para>Allows creation of treeview 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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.TreeViewState"/> object that is the treeview nodes state.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.TreeViewNodeState">
<summary>
<para>Contains information (the current state) on an individual TreeView node.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TreeViewNodeState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TreeViewNodeState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewNodeState.Checked">
<summary>
<para>Gets a value that specifies the node check state.</para>
</summary>
<value>true, if the node is checked; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewNodeState.CheckState">
<summary>
<para>Gets a value that specifies the node check state.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.CheckState"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewNodeState.Expanded">
<summary>
<para>Gets a value that specifies the node expansion state.</para>
</summary>
<value>true, if the node is expanded; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewNodeState.Index">
<summary>
<para>Gets a value that specifies the node&#39;s index within the collection.</para>
</summary>
<value>An integer value representing the zero-based index of the item within the collection.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewNodeState.Name">
<summary>
<para>Gets a value that specifies the name of the node.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the name of the node.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewNodeState.Nodes">
<summary>
<para>Gets a list of objects that represents the states of all the nodes within the current node.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.Mvc.TreeViewNodeState"/> objects containing information about states of the TreeView nodes.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewNodeState.Parent">
<summary>
<para>Gets a value that specifies the state of a parent node.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.TreeViewNodeState"/> object that is the parent node state.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewNodeState.Text">
<summary>
<para>Gets a value that specifies the text of a node.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the text of a node.</value>
</member>
<member name="T:DevExpress.Web.Mvc.TreeViewSettings">
<summary>
<para>Contains the TreeView extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TreeViewSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TreeViewSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</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>true if check boxes are available; otherwise, false.</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>true if nodes can be selected; otherwise false.</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 <see cref="T:System.EventHandler"/> 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>true to enable recursive checking; otherwise, false.</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 <see cref="T:DevExpress.Web.ASPxClientLayoutHandler"/> 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 TreeView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.TreeViewClientSideEvents"/> object which allows assigning handlers to the client-side events available to the TreeView.</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>true to make a TreeView initially displayed; false 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&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> 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 <see cref="T:System.EventHandler"/> 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 <see cref="T:System.EventHandler"/> 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>true if a specific animation effect is used; otherwise, false.</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 <see cref="T:DevExpress.Web.Mvc.TreeViewSettings"/> object is passed can be manipulated on the client side via code.</para>
</summary>
<value>true if an extension&#39;s client object model is fully available; false 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>true if nodes can be hot-tracked; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewSettings.EnableNodeTextWrapping">
<summary>
<para>Gets or sets a value specifying whether the text wrapping is enabled in the Tree View nodes.</para>
</summary>
<value>true, to enable node text wrapping; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements within the TreeView.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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&#39;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&#39;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 <see cref="T:DevExpress.Web.TreeViewNodeEventHandler"/> 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.TreeViewNodeImagePosition"/> enumeration value which specifies the image&#39;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.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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewSettings.SaveStateToCookies">
<summary>
<para>Gets or sets a value that specifies whether cookies are used to persist information about the TreeView&#39;s state.</para>
</summary>
<value>true, if information is persisted in cookies; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewSettings.SaveStateToCookiesID">
<summary>
<para>Gets or sets the name (identifier) of the cookie in which the TreeView&#39;s state is persisted.</para>
</summary>
<value>A string value specifying a cookie&#39;s name.</value>
</member>
<member name="M:DevExpress.Web.Mvc.TreeViewSettings.SetNodeTemplateContent(System.Action{DevExpress.Web.TreeViewNodeTemplateContainer})">
<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{DevExpress.Web.TreeViewNodeTemplateContainer})">
<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&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.TreeViewSettingsLoadingPanel"/> object that contains the loading panel&#39;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>true if expand buttons are displayed; otherwise, false.</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>true, to display tree lines; otherwise, false.</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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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.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&#39;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&#39;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>Used to activate virtual mode. Occurs when expanding a node for the first time in this mode.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.Mvc.TreeViewState">
<summary>
<para>Contains information (the current state) on all treeview nodes.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.TreeViewState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.TreeViewState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewState.Nodes">
<summary>
<para>Gets a list of objects that represents the states of all the nodes within the TreeView extension.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.Mvc.TreeViewNodeState"/> objects containing information about the states of the TreeView nodes.</value>
</member>
<member name="P:DevExpress.Web.Mvc.TreeViewState.SelectedNode">
<summary>
<para>Gets a value that specifies the state of a selected node.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.TreeViewNodeState"/> object that is the selected node state.</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 TreeView.</para>
</summary>
<param name="args">A <see cref="T:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventArgs"/> object that contains the required data.</param>
</member>
<member name="N:DevExpress.Web.Mvc.UI">
<summary>
<para>Contains classes which implement the functionality of DevExpress UI Extensions for ASP.NET MVC.</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{DevExpress.Web.Mvc.AppointmentRecurrenceFormSettings})">
<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 extension 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{DevExpress.Web.Mvc.BinaryImageEditSettings})">
<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 extension 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{DevExpress.Web.Mvc.ButtonSettings})">
<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 extension 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{DevExpress.Web.Mvc.ButtonEditSettings})">
<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 extension 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{DevExpress.Web.Mvc.CalendarSettings})">
<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(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 extension 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.CallbackPanel(System.Action{DevExpress.Web.Mvc.CallbackPanelSettings})">
<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.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 extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CaptchaExtension"/> object implementing the Captcha functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Captcha(System.Action{DevExpress.Web.Mvc.CaptchaSettings})">
<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 <see cref="T:DevExpress.Web.Mvc.CaptchaExtension"/> object implementing the Captcha functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CardView(DevExpress.Web.Mvc.CardViewSettings)">
<summary>
<para>Creates a CardView.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings"/> object containing CardView extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> object implementing the CardView functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CardView(System.Action{DevExpress.Web.Mvc.CardViewSettings})">
<summary>
<para>Creates a CardView.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CardViewSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewExtension"/> object implementing the CardView functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CardView``1(DevExpress.Web.Mvc.CardViewSettings{``0})">
<summary>
<para>Creates a CardView.</para>
</summary>
<param name="settings">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CardViewSettings`1"/> as a parameter.</param>
<typeparam name="CardType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewExtension`1"/> object implementing the CardView functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CardView``1(System.Action{DevExpress.Web.Mvc.CardViewSettings{``0}})">
<summary>
<para>Creates a CardView.</para>
</summary>
<param name="method">A <see cref="T:DevExpress.Web.Mvc.CardViewSettings`1"/> object containing the CardView extension settings.</param>
<typeparam name="CardType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.CardViewExtension`1"/> object implementing CardView 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 extension 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.Chart(System.Action{DevExpress.Web.Mvc.ChartControlSettings})">
<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.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 extension 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{DevExpress.Web.Mvc.CheckBoxSettings})">
<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(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 extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.CheckBoxListExtension"/> object implementing the CheckBoxList functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.CheckBoxList(System.Action{DevExpress.Web.Mvc.CheckBoxListSettings})">
<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 <see cref="T:DevExpress.Web.Mvc.CheckBoxListExtension"/> 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 extension 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{DevExpress.Web.Mvc.ColorEditSettings})">
<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(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 extension 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.ComboBox(System.Action{DevExpress.Web.Mvc.ComboBoxSettings})">
<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.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 DataView extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.DataViewExtension"/> object implementing the DataView functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DataView(System.Action{DevExpress.Web.Mvc.DataViewSettings})">
<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 <see cref="T:DevExpress.Web.Mvc.DataViewExtension"/> object implementing the DataView 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 extension 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.DateEdit(System.Action{DevExpress.Web.Mvc.DateEditSettings})">
<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.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 extension 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(DevExpress.Web.Mvc.SchedulerStorageControlSettings)">
<summary>
<para>Creates a Date Navigator.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.DateNavigatorSettings"/> object containing DateNavigator extension 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{DevExpress.Web.Mvc.SchedulerSettings})">
<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.Diagram(DevExpress.Web.Mvc.DiagramSettings)">
<summary>
<para>Creates a Diagram.</para>
</summary>
<param name="settings">The Diagram settings.</param>
<returns>The Diagram extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Diagram(System.Action{DevExpress.Web.Mvc.DiagramSettings})">
<summary>
<para>Creates a Diagram.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DiagramSettings"/> as a parameter.</param>
<returns>The Diagram extension.</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 extension 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{DevExpress.Web.Mvc.DockManagerSettings})">
<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 extension 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{DevExpress.Web.Mvc.DockPanelSettings})">
<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 <see cref="T:DevExpress.Web.Mvc.DockPanelExtension"/> object implementing the DockPanel 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 extension 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.DockZone(System.Action{DevExpress.Web.Mvc.DockZoneSettings})">
<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 <see cref="T:DevExpress.Web.Mvc.DockZoneExtension"/> object implementing the DockZone functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DocumentViewer(DevExpress.Web.Mvc.DocumentViewerSettings)">
<summary>
<para>Creates a Document Viewer.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.DocumentViewerSettings"/> object containing DocumentViewer extension settings.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.DocumentViewerExtension"/> object implementing the DocumentViewer functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.DocumentViewer(System.Action{DevExpress.Web.Mvc.DocumentViewerSettings})">
<summary>
<para>Creates a Document Viewer.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DocumentViewerSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.DocumentViewerExtension"/> object implementing the DocumentViewer 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 extension 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{DevExpress.Web.Mvc.DropDownEditSettings})">
<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 extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.FileManagerExtension"/> object implementing the FileManager functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FileManager(System.Action{DevExpress.Web.Mvc.FileManagerSettings})">
<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 <see cref="T:DevExpress.Web.Mvc.FileManagerExtension"/> object implementing the FileManager functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FilterControl(DevExpress.Web.Mvc.MVCxFilterControlSettings)">
<summary>
<para>Creates a Filter Control.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.FilterControlExtension"/> object containing FilterControl extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.FilterControlExtension"/> object implementing the FilterControl functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FilterControl(System.Action{DevExpress.Web.Mvc.MVCxFilterControlSettings})">
<summary>
<para>Creates a Filter Control.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.FilterControlSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.FilterControlExtension"/> object implementing the FilterControl functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FilterControl``1(DevExpress.Web.Mvc.MVCxFilterControlSettings{``0})">
<summary>
<para>Creates a Filter Control.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlSettings`1"/> object containing the Filter Control.</param>
<typeparam name="RowType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.FilterControlExtension`1"/> object implementing the Filter Control functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FilterControl``1(System.Action{DevExpress.Web.Mvc.MVCxFilterControlSettings{``0}})">
<summary>
<para>Creates a Filter Control.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MVCxFilterControlSettings`1"/> as a parameter.</param>
<typeparam name="RowType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.FilterControlExtension`1"/> object implementing the Filter Control functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FloatingActionButton(DevExpress.Web.Mvc.FloatingActionButtonSettings)">
<summary>
<para>Creates a floating action button.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.FloatingActionButtonSettings"/> object containing FloatingActionButton extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.FloatingActionButtonExtension"/> object implementing the FloatingActionButton functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.FloatingActionButton(System.Action{DevExpress.Web.Mvc.FloatingActionButtonSettings})">
<summary>
<para>Creates a floating action button.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.FloatingActionButtonSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.FloatingActionButtonExtension"/> object implementing the FloatingActionButton functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Gantt(DevExpress.Web.Mvc.GanttSettings)">
<summary>
<para>Creates a Gantt.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GanttSettings"/> object containing the Gantt extension settings.</param>
<returns>The Gantt extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Gantt(System.Action{DevExpress.Web.Mvc.GanttSettings})">
<summary>
<para>Creates a Gantt.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.GanttSettings"/> as a parameter.</param>
<returns>The Gantt extension.</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 <see cref="T:System.Web.Mvc.MvcHtmlString"/> object that is an empty string.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.GetStyleSheets(System.String,DevExpress.Web.Mvc.UI.StyleSheet[])">
<summary>
<para>Renders the specified style sheets in the response.</para>
</summary>
<param name="clientUIControlColorScheme">A string value specifying the color scheme for client controls (&quot;light&quot; or &quot;dark&quot;).</param>
<param name="cssItems">An array of <see cref="T:DevExpress.Web.Mvc.UI.StyleSheet"/> objects defining the attached style sheets.</param>
<returns>An <see cref="T:System.Web.Mvc.MvcHtmlString"/> object that is an empty string.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.GridLookup(DevExpress.Web.Mvc.GridLookupSettings)">
<summary>
<para>Creates a GridLookup.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridLookupSettings"/> object containing GridLookup extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object implementing the GridLookup functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.GridLookup(System.Action{DevExpress.Web.Mvc.GridLookupSettings})">
<summary>
<para>Creates a GridLookup.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.GridLookupSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridLookupExtension"/> object implementing the GridLookup functionality.</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 extension 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{DevExpress.Web.Mvc.GridViewSettings})">
<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.GridView``1(DevExpress.Web.Mvc.GridViewSettings{``0})">
<summary>
<para>Creates a GridView.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.GridViewSettings`1"/> object containing the GridView extension settings.</param>
<typeparam name="RowType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension`1"/> object implementing GridView functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.GridView``1(System.Action{DevExpress.Web.Mvc.GridViewSettings{``0}})">
<summary>
<para>Creates a GridView.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.GridViewSettings`1"/> as a parameter.</param>
<typeparam name="RowType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.GridViewExtension`1"/> object implementing the GridView functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Hint(DevExpress.Web.Mvc.HintSettings)">
<summary>
<para>Creates a Hint.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.HintSettings"/> object containing Hint extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.HintExtension"/> object implementing the Hint functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Hint(System.Action{DevExpress.Web.Mvc.HintSettings})">
<summary>
<para>Creates a Hint.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.HintSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.HintExtension"/> object implementing the Hint 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 extension 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.HtmlEditor(System.Action{DevExpress.Web.Mvc.HtmlEditorSettings})">
<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.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 extension 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{DevExpress.Web.Mvc.HyperLinkSettings})">
<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(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 extension 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.Image(System.Action{DevExpress.Web.Mvc.ImageEditSettings})">
<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.ImageGallery(DevExpress.Web.Mvc.ImageGallerySettings)">
<summary>
<para>Creates an ImageGallery.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.ImageGallerySettings"/> object containing ImageGallery extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ImageGalleryExtension"/> object implementing the ImageGallery functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ImageGallery(System.Action{DevExpress.Web.Mvc.ImageGallerySettings})">
<summary>
<para>Creates an ImageGallery.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ImageGallerySettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ImageGalleryExtension"/> object implementing the ImageGallery 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 extension settings.</param>
<returns>An <see cref="T:DevExpress.Web.Mvc.ImageSliderExtension"/> object implementing the ImageSlider functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ImageSlider(System.Action{DevExpress.Web.Mvc.ImageSliderSettings})">
<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 <see cref="T:DevExpress.Web.Mvc.ImageSliderExtension"/> object implementing the ImageSlider functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ImageZoom(DevExpress.Web.Mvc.ImageZoomSettings)">
<summary>
<para>Creates an ImageZoom</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.ImageZoomSettings"/> object containing ImageZoom extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ImageZoomExtension"/> object implementing the ImageZoom functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ImageZoom(System.Action{DevExpress.Web.Mvc.ImageZoomSettings})">
<summary>
<para>Creates an ImageZoom.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ImageZoomSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ImageZoomExtension"/> object implementing the ImageZoom functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ImageZoomNavigator(DevExpress.Web.Mvc.ImageZoomNavigatorSettings)">
<summary>
<para>Creates a ImageZoomNavigator.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.ImageZoomNavigatorSettings"/> object containing ImageZoomNavigator extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ImageZoomNavigatorExtension"/> object implementing the ImageZoomNavigator functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ImageZoomNavigator(System.Action{DevExpress.Web.Mvc.ImageZoomNavigatorSettings})">
<summary>
<para>Creates a ImageZoomNavigator.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ImageZoomNavigatorSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ImageZoomNavigatorExtension"/> object implementing the ImageZoomNavigator functionality.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.UI.ExtensionsFactory.Instance">
<summary>
<para>Specifies an instance of the <see cref="T:DevExpress.Web.Mvc.UI.ExtensionsFactory"/> class.</para>
</summary>
<value></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 extension 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{DevExpress.Web.Mvc.LabelSettings})">
<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(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 extension 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.ListBox(System.Action{DevExpress.Web.Mvc.ListBoxSettings})">
<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.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 extension 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{DevExpress.Web.Mvc.LoadingPanelSettings})">
<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 extension 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{DevExpress.Web.Mvc.MemoSettings})">
<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(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 extension 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.Menu(System.Action{DevExpress.Web.Mvc.MenuSettings})">
<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.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 extension 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{DevExpress.Web.Mvc.NavBarSettings})">
<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(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 extension 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.PageControl(System.Action{DevExpress.Web.Mvc.PageControlSettings})">
<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.Panel(DevExpress.Web.Mvc.PanelSettings)">
<summary>
<para>Creates a Panel.</para>
</summary>
<param name="settings">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.PanelSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PanelExtension"/> object implementing the Panel functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Panel(System.Action{DevExpress.Web.Mvc.PanelSettings})">
<summary>
<para>Creates a Panel.</para>
</summary>
<param name="method">A <see cref="T:DevExpress.Web.Mvc.PanelSettings"/> object containing Panel extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.PanelExtension"/> object implementing the Panel 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{DevExpress.Web.Mvc.PivotGridSettings})">
<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 extension 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{DevExpress.Web.Mvc.PivotGridSettings})">
<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(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 extension 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.PopupControl(System.Action{DevExpress.Web.Mvc.PopupControlSettings})">
<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.PopupMenu(DevExpress.Web.Mvc.PopupMenuSettings)">
<summary>
<para>Creates a PopupMenu.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.PopupMenuSettings"/> object containing PopupMenu extension 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{DevExpress.Web.Mvc.PopupMenuSettings})">
<summary>
<para>Creates a PopupMenu.</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 extension 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{DevExpress.Web.Mvc.ProgressBarSettings})">
<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.QueryBuilder(DevExpress.Web.Mvc.QueryBuilderSettings)">
<summary>
<para>Creates a Query Builder.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.QueryBuilderSettings"/> object containing QueryBuilder extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object implementing the QueryBuilder functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.QueryBuilder(System.Action{DevExpress.Web.Mvc.QueryBuilderSettings})">
<summary>
<para>Creates a Query Builder.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.QueryBuilderSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.QueryBuilderExtension"/> object implementing the QueryBuilder 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 extension 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{DevExpress.Web.Mvc.RadioButtonSettings})">
<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(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 extension 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.RadioButtonList(System.Action{DevExpress.Web.Mvc.RadioButtonListSettings})">
<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.RatingControl(DevExpress.Web.Mvc.RatingControlSettings)">
<summary>
<para>Creates a RatingControl.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.RatingControlSettings"/> object containing RatingControl extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RatingControlExtension"/> object implementing the RatingControl functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RatingControl(System.Action{DevExpress.Web.Mvc.RatingControlSettings})">
<summary>
<para>Creates a RatingControl.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RatingControlSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RatingControlExtension"/> object implementing the RatingControl 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.RenderStyleSheets(System.Web.UI.Page,System.String,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="clientUIControlColorScheme">A string value specifying the color scheme for client controls (&quot;light&quot; or &quot;dark&quot;).</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.ReportDesigner(DevExpress.Web.Mvc.ReportDesignerSettings)">
<summary>
<para>Creates a ReportDesigner.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.ReportDesignerSettings"/> object containing ReportDesigner extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> object implementing the ReportDesigner functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ReportDesigner(System.Action{DevExpress.Web.Mvc.ReportDesignerSettings})">
<summary>
<para>Creates a ReportDesigner.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ReportDesignerExtension"/> object implementing the ReportDesigner functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Ribbon(DevExpress.Web.Mvc.RibbonSettings)">
<summary>
<para>Creates a Ribbon.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.RibbonSettings"/> object containing Ribbon extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> object implementing the Ribbon functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Ribbon(System.Action{DevExpress.Web.Mvc.RibbonSettings})">
<summary>
<para>Creates a Ribbon.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RibbonSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RibbonExtension"/> object implementing the Ribbon functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RichEdit(DevExpress.Web.Mvc.RichEditSettings)">
<summary>
<para>Creates a RichEdit.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.RichEditSettings"/> object containing RichEdit extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object implementing the RichEdit functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.RichEdit(System.Action{DevExpress.Web.Mvc.RichEditSettings})">
<summary>
<para>Creates a RichEdit.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RichEditSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.RichEditExtension"/> object implementing the RichEdit 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 extension 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.RoundPanel(System.Action{DevExpress.Web.Mvc.RoundPanelSettings})">
<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.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 extension 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{DevExpress.Web.Mvc.SchedulerSettings})">
<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(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.SchedulerStatusInfo(System.Action{DevExpress.Web.Mvc.SchedulerStatusInfoSettings})">
<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.SchedulerStorageControl(DevExpress.Web.Mvc.SchedulerStorageControlSettings)">
<summary>
<para>Creates a Scheduler Storage control.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlSettings"/> object containing SchedulerStorageControl extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlExtension"/> object implementing the SchedulerStorageControl functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.SchedulerStorageControl(System.Action{DevExpress.Web.Mvc.SchedulerStorageControlSettings})">
<summary>
<para>Creates a Scheduler Storage control.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SchedulerStorageControlExtension"/> object implementing the SchedulerStorageControl functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.SpellChecker(DevExpress.Web.Mvc.SpellCheckerSettings)">
<summary>
<para>Creates a Spell Checker.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.SpellCheckerSettings"/> object containing SpellChecker extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpellCheckerExtension"/> object implementing the SpellChecker functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.SpellChecker(System.Action{DevExpress.Web.Mvc.SpellCheckerSettings})">
<summary>
<para>Creates a Spell Checker.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SpellCheckerSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpellCheckerExtension"/> object implementing the SpellChecker 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 extension 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{DevExpress.Web.Mvc.SpinEditSettings})">
<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(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 extension 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.Splitter(System.Action{DevExpress.Web.Mvc.SplitterSettings})">
<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.Spreadsheet(DevExpress.Web.Mvc.SpreadsheetSettings)">
<summary>
<para>Creates a Spreadsheet.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.SpreadsheetSettings"/> object containing Spreadsheet extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object implementing the Spreadsheet functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.Spreadsheet(System.Action{DevExpress.Web.Mvc.SpreadsheetSettings})">
<summary>
<para>Creates a Spreadsheet.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SpreadsheetSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.SpreadsheetExtension"/> object implementing the Spreadsheet 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 extension 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.TabControl(System.Action{DevExpress.Web.Mvc.TabControlSettings})">
<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.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 extension settings.</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(System.Action{DevExpress.Web.Mvc.TextBoxSettings})">
<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="P:DevExpress.Web.Mvc.UI.ExtensionsFactory.Theme">
<summary>
<para>Gets or sets the name of the theme to be applied to an extension.</para>
</summary>
<value></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 extension 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{DevExpress.Web.Mvc.TimeEditSettings})">
<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 extension 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{DevExpress.Web.Mvc.TimeZoneEditSettings})">
<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.TokenBox(DevExpress.Web.Mvc.TokenBoxSettings)">
<summary>
<para>Creates a TokenBox.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TokenBoxSettings"/> object containing TokenBox extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object implementing the TokenBox functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TokenBox(System.Action{DevExpress.Web.Mvc.TokenBoxSettings})">
<summary>
<para>Creates a TokenBox.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TokenBoxSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object implementing the TokenBox 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 extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TrackBarExtension"/> object implementing the TrackBar functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TrackBar(System.Action{DevExpress.Web.Mvc.TrackBarSettings})">
<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 <see cref="T:DevExpress.Web.Mvc.TrackBarExtension"/> 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 TreeList extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.TreeListExtension"/> object implementing the TreeList functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TreeList(System.Action{DevExpress.Web.Mvc.TreeListSettings})">
<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 TreeList functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TreeList``1(DevExpress.Web.Mvc.TreeListSettings{``0})">
<summary>
<para>Creates a TreeList.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.TreeListSettings`1"/> object containing the TreeList extension settings.</param>
<typeparam name="RowType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.TreeListExtension`1"/> object implementing the TreeList functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.TreeList``1(System.Action{DevExpress.Web.Mvc.TreeListSettings{``0}})">
<summary>
<para>Creates a TreeList.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TreeListSettings`1"/> as a parameter.</param>
<typeparam name="RowType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.TreeListExtension`1"/> object implementing the TreeList 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 extension 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.TreeView(System.Action{DevExpress.Web.Mvc.TreeViewSettings})">
<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.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 extension 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{DevExpress.Web.Mvc.UploadControlSettings})">
<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">
<summary>
<para>Creates a ValidationSummary.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.ValidationSummaryExtension"/> object implementing the ValidationSummary 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 extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.ValidationSummaryExtension"/> object implementing the ValidationSummary functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.ValidationSummary(System.Action{DevExpress.Web.Mvc.ValidationSummarySettings})">
<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 <see cref="T:DevExpress.Web.Mvc.ValidationSummaryExtension"/> object implementing the ValidationSummary functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.VerticalGrid(DevExpress.Web.Mvc.VerticalGridSettings)">
<summary>
<para>Creates a VerticalGrid.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"/> object containing VerticalGrid extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension"/> object implementing the VerticalGrid functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.VerticalGrid(System.Action{DevExpress.Web.Mvc.VerticalGridSettings})">
<summary>
<para>Creates a VerticalGrid.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension"/> object implementing the VerticalGrid functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.VerticalGrid``1(DevExpress.Web.Mvc.VerticalGridSettings{``0})">
<summary>
<para>Creates a VerticalGrid.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings`1"/> object containing the VerticalGrid extension settings.</param>
<typeparam name="ColumnType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension`1"/> object implementing VerticalGrid functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.VerticalGrid``1(System.Action{DevExpress.Web.Mvc.VerticalGridSettings{``0}})">
<summary>
<para>Creates a VerticalGrid.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings`1"/> as a parameter.</param>
<typeparam name="ColumnType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension`1"/> object implementing the VerticalGrid functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.WebDocumentViewer(DevExpress.Web.Mvc.WebDocumentViewerSettings)">
<summary>
<para>Creates a WebDocumentViewer.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerSettings"/> object containing WebDocumentViewer extension settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> object implementing the WebDocumentViewer functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory.WebDocumentViewer(System.Action{DevExpress.Web.Mvc.WebDocumentViewerSettings})">
<summary>
<para>Creates a WebDocumentViewer.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerSettings"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> object implementing the WebDocumentViewer functionality.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.UI.ExtensionsFactory`1">
<summary>
<para>Contains strongly typed helper methods to create DevExpress MVC extensions.</para>
</summary>
<typeparam name="ModelType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.UI.ExtensionsFactory`1"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.BinaryImageFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Creates a BinaryImage.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.BinaryImageEditSettings})">
<summary>
<para>Creates a BinaryImage.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.BinaryImageEditSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a ButtonEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.ButtonEditSettings})">
<summary>
<para>Creates a ButtonEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ButtonEditSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a Calendar.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.CalendarExtension"/> object implementing the CalendarFor&lt;ValueType&gt; functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.CalendarFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.CalendarSettings})">
<summary>
<para>Creates a Calendar.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CalendarSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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.CheckBoxFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Creates a CheckBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.CheckBoxSettings})">
<summary>
<para>Creates a CheckBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CheckBoxSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a CheckBoxList.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.CheckBoxListExtension"/> object implementing the CheckBoxList functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.CheckBoxListFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.CheckBoxListSettings})">
<summary>
<para>Creates a CheckBoxList.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.CheckBoxListSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.CheckBoxListExtension"/> object implementing the CheckBoxList functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.ColorEditFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Creates a ColorEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.ColorEditSettings})">
<summary>
<para>Creates a ColorEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ColorEditSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a ComboBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.ComboBoxSettings})">
<summary>
<para>Creates a ComboBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ComboBoxSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a DateEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.DateEditSettings})">
<summary>
<para>Creates a DateEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DateEditSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a DropDownEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.DropDownEditSettings})">
<summary>
<para>Creates a DropDownEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.DropDownEditSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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.FormLayout(DevExpress.Web.Mvc.FormLayoutSettings{`0})">
<summary>
<para>Creates a FormLayout.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.FormLayoutSettings`1"/> object containing FormLayout specific settings.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.FormLayoutExtension`1"/> object implementing the FormLayout functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.FormLayout(System.Action{DevExpress.Web.Mvc.FormLayoutSettings{`0}})">
<summary>
<para>Creates a FormLayout.</para>
</summary>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.FormLayoutSettings`1"/> as a parameter.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.FormLayoutExtension`1"/> object implementing the FormLayout functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.HtmlEditorFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Creates a HtmlEditor.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.HtmlEditorExtension"/> object implementing the HtmlEditor functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.HtmlEditorFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.HtmlEditorSettings})">
<summary>
<para>Creates an HtmlEditor.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.HtmlEditorSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.HtmlEditorExtension"/> object implementing the HtmlEditor functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.HyperLinkFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Creates a HyperLink.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.HyperLinkSettings})">
<summary>
<para>Creates a HyperLink.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.HyperLinkSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a Image.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.ImageEditSettings})">
<summary>
<para>Creates a Image.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ImageEditSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a Label.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.LabelSettings})">
<summary>
<para>Creates a Label.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.LabelSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a ListBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.ListBoxSettings})">
<summary>
<para>Creates a ListBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ListBoxSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a Memo.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.MemoSettings})">
<summary>
<para>Creates a Memo.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.MemoSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a ProgressBar.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.ProgressBarSettings})">
<summary>
<para>Creates a ProgressBar.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.ProgressBarSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a RadioButton.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.RadioButtonSettings})">
<summary>
<para>Creates a RadioButton.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RadioButtonSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a RadioButtonList.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.RadioButtonListSettings})">
<summary>
<para>Creates a RadioButtonList.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.RadioButtonListSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a SpinEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.SpinEditSettings})">
<summary>
<para>Creates a SpinEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.SpinEditSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a TextBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.TextBoxSettings})">
<summary>
<para>Creates a TextBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TextBoxSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}})">
<summary>
<para>Creates a TimeEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<typeparam name="ValueType"></typeparam>
<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{`0,``0}},System.Action{DevExpress.Web.Mvc.TimeEditSettings})">
<summary>
<para>Creates a TimeEdit.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TimeEditSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<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.TokenBoxFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Creates a TokenBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object implementing the TokenBox functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TokenBoxFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.TokenBoxSettings})">
<summary>
<para>Creates a TokenBox.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit and display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TokenBoxSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.TokenBoxExtension"/> object implementing the TokenBox functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TrackBarFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
<summary>
<para>Creates a TrackBar.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.TrackBarExtension"/> object implementing the TrackBar functionality.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UI.ExtensionsFactory`1.TrackBarFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}},System.Action{DevExpress.Web.Mvc.TrackBarSettings})">
<summary>
<para>Creates a TrackBar.</para>
</summary>
<param name="expression">An expression that identifies the object that contains the properties to edit or display.</param>
<param name="method">A delegate method that accepts <see cref="T:DevExpress.Web.Mvc.TrackBarSettings"/> as a parameter.</param>
<typeparam name="ValueType"></typeparam>
<returns>A <see cref="T:DevExpress.Web.Mvc.TrackBarExtension"/> object implementing the TrackBar functionality.</returns>
</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.Bootstrap">
<summary>
<para>Identifies the Bootstrap extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.CardView">
<summary>
<para>Identifies the CardView extension (see CardView).</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Chart">
<summary>
<para>Identifies the Charting extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.ClientRichEdit">
<summary>
<para>Identifies the client RichEdit extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Dashboard">
<summary>
<para>Identifies the Dashboard extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Diagram">
<summary>
<para>Identifies the Diagram extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Editors">
<summary>
<para>Identifies all editor extensions (see Data Editors Extensions).</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Gantt">
<summary>
<para>Identifies the Gantt extension.</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.Icons">
<summary>
<para>Identifies resources for colored and gray icons, size 16x16 and 32x32.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.NavigationAndLayout">
<summary>
<para>Identifies extensions from the following components: Data and Image Navigation, Docking and Popups, Site Navigation and Layout, File Management, and Multi-Use Site 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.QueryBuilder">
<summary>
<para>Identifies the QueryBuilder extension (see Query Builder).</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.RichEdit">
<summary>
<para>Identifies the RichEdit extension (see Rich Text Editor).</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Scheduler">
<summary>
<para>Identifies all extensions from the Scheduler component (see Scheduler).</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.SpellChecker">
<summary>
<para>Identifies the SpellChecker extension (see SpellChecker).</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionSuite.Spreadsheet">
<summary>
<para>Identifies the Spreadsheet extension (see Spreadsheet).</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="F:DevExpress.Web.Mvc.UI.ExtensionSuite.VerticalGrid">
<summary>
<para>Identifies the VerticalGrid extension (see Vertical Grid).</para>
</summary>
</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.CardView">
<summary>
<para>Identifies the CardView 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.ClientRichEdit">
<summary>
<para>Identifies the client RichEdit 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.Dashboard">
<summary>
<para>Identifies the Dashboard 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.Diagram">
<summary>
<para>Identifies the Diagram 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.DocumentViewer">
<summary>
<para>Identifies the DocumentViewer 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.FilterControl">
<summary>
<para>Identifies the FilterControl extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.FloatingActionButton">
<summary>
<para>Identifies the FloatingActionButton extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.FormLayout">
<summary>
<para>Identifies the FormLayout extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Gantt">
<summary>
<para>Identifies the Gantt extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.GridLookup">
<summary>
<para>Identifies the GridLookup 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.Hint">
<summary>
<para>Identifies the Hint 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.Icons16x16">
<summary>
<para>Identifies resources for colored icons, size 16x16.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Icons16x16devav">
<summary>
<para>Identifies resources for DevAV icons, size 16x16.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Icons16x16gray">
<summary>
<para>Identifies resources for gray icons, size 16x16.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Icons16x16office2013">
<summary>
<para>Identifies resources for Office 2013 inspired icons, size 16x16.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Icons32x32">
<summary>
<para>Identifies resources for colored icons, size 32x32.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Icons32x32devav">
<summary>
<para>Identifies resources for DevAV icons, size 32x32.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Icons32x32gray">
<summary>
<para>Identifies resources for gray icons, size 32x32.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Icons32x32office2013">
<summary>
<para>Identifies resources for Office 2013 inspired icons, size 32x32.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.IconsSvg16x16">
<summary>
<para>Identifies resources for colored SVG icons, size 16x16.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.IconsSvg32x32">
<summary>
<para>Identifies resources for colored SVG icons, size 32x32.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.IconsSvgDark16x16">
<summary>
<para>Identifies resources for dark colored SVG icons, size 16x16.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.IconsSvgDark32x32">
<summary>
<para>Identifies resources for dark colored SVG icons, size 32x32.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.IconsSvgGray16x16">
<summary>
<para>Identifies resources for gray SVG icons, size 16x16.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.IconsSvgGray32x32">
<summary>
<para>Identifies resources for gray SVG icons, size 32x32.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.IconsSvgWhite16x16">
<summary>
<para>Identifies resources for white SVG icons, size 16x16.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.IconsSvgWhite32x32">
<summary>
<para>Identifies resources for white SVG icons, size 32x32.</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.ImageGallery">
<summary>
<para>Identifies the ImageGallery 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.ImageZoom">
<summary>
<para>Identifies the ImageZoom extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ImageZoomNavigator">
<summary>
<para>Identifies the ImageZoomNavigator 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.Panel">
<summary>
<para>Identifies the Panel 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.QueryBuilder">
<summary>
<para>Identifies the QueryBuilder 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.RatingControl">
<summary>
<para>Identifies the RatingControl extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.ReportDesigner">
<summary>
<para>Identifies the ReportDesigner extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.Ribbon">
<summary>
<para>Identifies the Ribbon extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.RichEdit">
<summary>
<para>Identifies the RichEdit 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.SchedulerStorageControl">
<summary>
<para>Identifies the SchedulerStorageControl extension.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.SpellChecker">
<summary>
<para>Identifies the SpellChecker 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.Spreadsheet">
<summary>
<para>Identifies the Spreadsheet 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.TokenBox">
<summary>
<para>Identifies the TokenBox 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="F:DevExpress.Web.Mvc.UI.ExtensionType.VerticalGrid">
<summary>
<para>Identifies the VerticalGrid extension (see Vertical Grid).</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.UI.ExtensionType.WebDocumentViewer">
<summary>
<para>Identifies the WebDocumentViewer extension.</para>
</summary>
</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>
<typeparam name="ModelType"></typeparam>
<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.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 <see cref="T:DevExpress.Web.Mvc.UI.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.UI.Script">
<summary>
<para>Represents a script resource to be registered within a View.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.UI.Script.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.UI.Script"/> class with default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Web.Mvc.UI.StyleSheet">
<summary>
<para>Represents a style sheet resource to be registered within a View.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.UI.StyleSheet.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.UI.StyleSheet"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.UI.StyleSheet.AccessibilityCompliant">
<summary>
<para>Gets or sets a value that specifies whether accessibility support is enabled.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UI.StyleSheet.MenuIconSet">
<summary>
<para>Gets or sets a set of icons to be used within the toolbar UI.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.MenuIconSetType"/> enumeration values.</value>
</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.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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(DevExpress.Web.Mvc.UploadControlSettings)">
<summary>
<para>Returns an array of the files uploaded in UploadControl.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.UploadControlSettings"/> object containing UploadControl extension settings.</param>
<returns>An array of <see cref="T:DevExpress.Web.UploadedFile"/> objects that are uploaded files.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(DevExpress.Web.Mvc.UploadControlSettings,System.EventHandler{DevExpress.Web.FileUploadCompleteEventArgs})">
<summary>
<para>Returns an array of the files uploaded in UploadControl, and accepts specific parameters.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.UploadControlSettings"/> object containing UploadControl extension settings.</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.UploadedFile"/> objects that are uploaded files.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(DevExpress.Web.Mvc.UploadControlSettings,System.EventHandler{DevExpress.Web.FileUploadCompleteEventArgs},System.EventHandler{DevExpress.Web.FilesUploadCompleteEventArgs})">
<summary>
<para>Returns an array of the files uploaded in UploadControl, and accepts specific parameters.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.UploadControlSettings"/> object containing UploadControl extension settings.</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.UploadedFile"/> objects that are uploaded files.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(DevExpress.Web.Mvc.UploadControlSettings,System.String[]@,System.EventHandler{DevExpress.Web.FileUploadCompleteEventArgs},System.EventHandler{DevExpress.Web.FilesUploadCompleteEventArgs})">
<summary>
<para>Returns an array of the files uploaded in UploadControl, and accepts specific parameters.</para>
</summary>
<param name="settings">An <see cref="T:DevExpress.Web.Mvc.UploadControlSettings"/> object containing UploadControl extension settings.</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.UploadedFile"/> objects that are uploaded files.</returns>
</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&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<returns>An array of <see cref="T:DevExpress.Web.UploadedFile"/> objects associated with file input elements.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.UploadControlValidationSettings)">
<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&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object that contains settings that relate to the uploaded file validation.</param>
<returns>An array of <see cref="T:DevExpress.Web.UploadedFile"/> objects associated with file input elements.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.UploadControlValidationSettings,System.EventHandler{DevExpress.Web.FileUploadCompleteEventArgs})">
<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&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> 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.UploadedFile"/> objects associated with file input elements.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.UploadControlValidationSettings,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&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> 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.UploadedFile"/> objects associated with file input elements.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.UploadControlValidationSettings,System.String[]@,System.EventHandler{DevExpress.Web.FileUploadCompleteEventArgs})">
<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&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> 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.UploadedFile"/> objects associated with file input elements.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlExtension.GetUploadedFiles(System.String,DevExpress.Web.UploadControlValidationSettings,System.String[]@,System.EventHandler{DevExpress.Web.FileUploadCompleteEventArgs},System.EventHandler{DevExpress.Web.FilesUploadCompleteEventArgs})">
<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&#39;s name (<see cref="P:DevExpress.Web.Mvc.SettingsBase.Name"/>).</param>
<param name="validationSettings">A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> 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.UploadedFile"/> objects associated with file input elements.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.UploadControlSettings">
<summary>
<para>Contains the UploadControl extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.UploadControlSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.UploadControlSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.AddButton">
<summary>
<para>Gets the settings of the Add button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.AddButtonProperties"/> object that represents the add button&#39;s properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.AddUploadButtonsHorizontalPosition">
<summary>
<para>Gets or sets the horizontal alignment of the Add and Upload buttons within the add and upload buttons area.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.AddUploadButtonsHorizontalPosition"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.AddUploadButtonsSpacing">
<summary>
<para>Gets or sets the vertical spacing between the add and upload buttons area and both the file input and the remove buttons 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 <see cref="T:DevExpress.Web.UploadAdvancedModeSettings"/> object that contains the Advanced Mode settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.AmazonSettings">
<summary>
<para>Provides access to the account settings required to upload files to Amazon Simple Storage Service (Amazon S3).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlAmazonSettings"/> object that is the Amazon account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.AutoStartUpload">
<summary>
<para>Gets or sets a value that defines whether the UploadControl extension will automatically upload the selected files.</para>
</summary>
<value>true to start upload automatically; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.AzureSettings">
<summary>
<para>Provides access to the account settings required to upload files to Microsoft Azure.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlAzureSettings"/> object that is the Microsoft Azure account 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 <see cref="T:DevExpress.Web.BrowseButtonProperties"/> object that specifies the Browse button&#39;s properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.ButtonSpacing">
<summary>
<para>Gets or sets the horizontal spacing between the Add and the Upload 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 Cancel button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CancelButtonProperties"/> object that contains the cancel button&#39;s properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.CancelButtonHorizontalPosition">
<summary>
<para>Gets or sets the horizontal alignment of the Cancel button within the progress panel.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.CancelButtonHorizontalPosition"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.CancelButtonSpacing">
<summary>
<para>Gets or sets the vertical spacing between the progress bar and the Cancel 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 <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.ClientEnabled">
<summary>
<para>Gets or sets a value that indicates whether the upload control is enabled on the client.</para>
</summary>
<value>true, if the upload control is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the UploadControl.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the UploadControl.</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>true to make an UploadControl initially displayed; false 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&#39;s wrapped web server control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> method to which custom processing is delegated.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.DialogTriggerID">
<summary>
<para>Gets or sets the ID of a web control or HTML element (or a list of IDs), a click on which invokes file upload dialog.</para>
</summary>
<value>A string value specifying the ID or a list of IDs separated by the semicolon (;).</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.DropboxSettings">
<summary>
<para>Provides access to the account settings required to upload files to the Dropbox Service.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlDropboxSettings"/> object that is the Dropbox account settings.</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.FilesUploadComplete">
<summary>
<para>Enables you to perform a custom action after the selected files have been uploaded to the server.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.FilesUploadCompleteEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.FileSystemSettings">
<summary>
<para>Gets settings allowing an upload control to upload files to the server&#39;s physical file system.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlFileSystemSettings"/> object containing file system settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.FileUploadComplete">
<summary>
<para>Enables you to perform a custom action after a file has been uploaded to the server.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.FileUploadCompleteEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.GenerateFileNameInStorage">
<summary>
<para>Enables you to specify a custom file name for the uploaded file.</para>
</summary>
<value>A <see cref="T:System.EventHandler`1"/>&lt;<see cref="T:DevExpress.Web.GenerateFileNameInStorageEventArgs"/>,&gt; delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.GoogleDrivePersonalSettings">
<summary>
<para>Provides access to the account settings required to upload files to Google Drive (personal account).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlGoogleDrivePersonalSettings"/> object that is the Google Drive account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.GoogleDriveSettings">
<summary>
<para>Provides access to the account settings required to upload files to Google Drive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlGoogleDriveSettings"/> object that is the Google Drive account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.NullText">
<summary>
<para>Gets or sets the prompt text displayed within the UploadControl&#39;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.OneDrivePersonalSettings">
<summary>
<para>Provides access to the account settings required to upload files to OneDrive (personal account).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlOneDrivePersonalSettings"/> object that is the OneDrive account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.OneDriveSettings">
<summary>
<para>Provides access to the account settings required to upload files to OneDrive.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlOneDriveSettings"/> object that is the OneDrive account settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.ProgressBarSettings">
<summary>
<para>Gets the progress bar&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadProgressBarSettings"/> object that contains progress bar settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.RemoveButton">
<summary>
<para>Gets the settings of the Remove button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.RemoveButtonProperties"/> object that specifies the Remove button&#39;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 Remove 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"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.SharePointSettings">
<summary>
<para>Provides access to the account settings required to upload files to OneDrive.</para>
</summary>
<value>The SharePoint account settings.</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>true, if the buttons are visible, otherwise, false.</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>true if the button is displayed, otherwise, false.</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>true, if the progress panel is visible, otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.ShowTextBox">
<summary>
<para>Gets or sets if the text box is displayed.</para>
</summary>
<value>true, to show the text box; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.ShowUploadButton">
<summary>
<para>Gets or sets a value the specifies whether the Upload button is displayed within the Add and Upload button area.</para>
</summary>
<value>true, if the button is visible, otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.Size">
<summary>
<para>Gets or sets the width of the UploadControl&#39;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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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 Upload button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadButtonProperties"/> object that represents the Upload button&#39;s properties.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.UploadMode">
<summary>
<para>Specifies the control&#39;s upload mode.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.UploadControlUploadMode"/> enumeration value.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.UploadStorage">
<summary>
<para>Gets or sets a value that defines the upload control storage.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.UploadControlUploadStorage"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.UploadControlSettings.ValidationSettings">
<summary>
<para>Gets the UploadControl&#39;s validation settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object that contains validation settings.</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 <see cref="T:DevExpress.Web.Mvc.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 <see cref="T:DevExpress.Web.Mvc.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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.ValidationSummarySettings">
<summary>
<para>Contains the ValidationSummary extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.ValidationSummarySettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.ValidationSummarySettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.AccessibilityCompliant">
<summary>
<para>Enables accessibility support.</para>
</summary>
<value>true, if accessibility support is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ValidationSummary.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ValidationSummaryClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ValidationSummary extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.ValidationSummarySettings.HeaderText">
<summary>
<para>Gets or sets the text content of an editor&#39;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.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 table HTML element.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.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"></see> 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>true if the errors are displayed as hyperlinks; otherwise, false.</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&#39;s error frame on the form.</para>
</summary>
<value>true if the error is displayed within an editor&#39;s error frame; otherwise, false.</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&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.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&#39;s name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingArgsBase">
<summary>
<para>Provides base arguments to implement custom binding method delegates.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridCustomBindingArgsBase.#ctor(DevExpress.Web.Mvc.VerticalGridModel)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingArgsBase"/> class with the specified VerticalGrid view model object.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object that represents the current state of the VerticalGrid view model.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridCustomBindingArgsBase.FilterExpression">
<summary>
<para>Gets the filter condition currently applied to the VerticalGrid (if any filtering is used).</para>
</summary>
<value>A string value representing the applied filter criteria.
An empty string, if no filtering is used.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridCustomBindingArgsBase.State">
<summary>
<para>Gets an object containing information about the current state on the VerticalGrid.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object that contains the current state information on the VerticalGrid.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingDataArgsBase">
<summary>
<para>Provides base data arguments to implement custom binding method delegates.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridCustomBindingDataArgsBase.#ctor(DevExpress.Web.Mvc.VerticalGridModel)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingDataArgsBase"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object that represents the current state of the VerticalGrid view model.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridCustomBindingDataArgsBase.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 columns, 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 VerticalGrid&#39;s custom view model.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataArgs.#ctor(DevExpress.Web.Mvc.VerticalGridModel,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object that represents the current state of the VerticalGrid view model.</param>
<param name="startDataColumnIndex">An integer specifying the index of the starting data column.</param>
<param name="count">An integer specifying the total count of data columns to be returned.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataArgs.DataColumnCount">
<summary>
<para>Gets the number of currently requested data columns to return.</para>
</summary>
<value>An integer value specifying the number of currently requested data columns to return.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataArgs.StartDataColumnIndex">
<summary>
<para>Gets the index of the first column in the requested column list.</para>
</summary>
<value>An integer value representing the index of the first column in the requested column list to be returned.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountArgs.#ctor(DevExpress.Web.Mvc.VerticalGridModel)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object that represents the current state of the VerticalGrid view model.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountArgs.#ctor(DevExpress.Web.Mvc.VerticalGridModel,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object that represents the current state of the VerticalGrid view model.</param>
<param name="filterExpression">A string value specifying the filter expression currently applied to the VerticalGrid&#39;s data. An empty string, if no filtering is applied.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountArgs.DataColumnCount">
<summary>
<para>Gets or sets the total number of data columns within a custom model, taking into account the filtering applied within the VerticalGrid (if any).</para>
</summary>
<value>An integer value specifying the total number of data columns within a model.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler">
<summary>
<para>A delegate method that enables you to return the total number of data columns within your model when implementing custom data binding of the VerticalGrid.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountArgs"/> object that contains the related arguments.</param>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler">
<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 VerticalGrid.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataArgs"/> object that contains the related arguments.</param>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesArgs.#ctor(DevExpress.Web.Mvc.VerticalGridModel,System.Collections.Generic.List{DevExpress.Web.Mvc.VerticalGridSummaryItemState})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object containing the current VerticalGrid state.</param>
<param name="summaryItems">A list of <see cref="T:DevExpress.Web.Mvc.VerticalGridSummaryItemState"/> objects representing the summaries used within the VerticalGrid that need to be calculated.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesArgs.SummaryItems">
<summary>
<para>Gets a list of summary items which are used within the VerticalGrid and whose values must be calculated.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.Mvc.VerticalGridSummaryItemState"/> objects containing information about summaries used within the VerticalGrid.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesHandler">
<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 VerticalGrid.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesArgs"/> object that contains the related arguments.</param>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesArgs">
<summary>
<para>Provides arguments to implement a method delegate of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler"/> type.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesArgs.#ctor(DevExpress.Web.Mvc.VerticalGridModel,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesArgs"/> class with the specified settings.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object that represents the current state of the VerticalGrid view model.</param>
<param name="fieldName">The data field name identifying a grid row that relates to the processed operation.</param>
<param name="filterExpression">A string value specifying the filter expression currently applied to the VerticalGrid&#39;s data. An empty string, if no filtering is applied.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesArgs.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.VerticalGridCustomBindingGetUniqueHeaderFilterValuesArgs.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="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler">
<summary>
<para>A delegate method that enables you to return unique values to be displayed in the header filter dropdown list invoked for a row when implementing custom data binding of the VerticalGrid.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesArgs"/> object that contains the related arguments.</param>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridExtension">
<summary>
<para>Represents an extension object implementing the VerticalGrid functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.#ctor(DevExpress.Web.Mvc.VerticalGridSettings)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.#ctor(DevExpress.Web.Mvc.VerticalGridSettings,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension"/> 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"></see> object that is the view context.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.Bind(System.Object)">
<summary>
<para>Binds the Vertical Grid 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.VerticalGridExtension"/> object representing the VerticalGrid</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToCustomData(DevExpress.Web.Mvc.VerticalGridModel)">
<summary>
<para>Binds the VerticalGrid to a custom data model when you use the extension in the custom data binding mode.</para>
</summary>
<param name="viewModel">A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object representing the VerticalGrid view model to which to bind.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToEF(System.String,System.String)">
<summary>
<para>Binds the VerticalGrid to a data source via the Entity Framework in database server mode.</para>
</summary>
<param name="contextTypeName">A string object representing the DataContext type name.</param>
<param name="tableName">A string specifying the table name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the VerticalGrid to a data source via the Entity Framework 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.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToEF(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the VerticalGrid to a data source via the Entity Framework 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.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToEF(System.Type,System.String)">
<summary>
<para>Binds the VerticalGrid to a data source via the Entity Framework 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.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToEF(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the VerticalGrid to a data source via the Entity Framework 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.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToLINQ(System.String,System.String)">
<summary>
<para>Binds the VerticalGrid 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.VerticalGridExtension"/> object specifying the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the VerticalGrid 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.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToLINQ(System.String,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs},System.EventHandler{DevExpress.Data.ServerModeExceptionThrownEventArgs})">
<summary>
<para>Binds the VerticalGrid 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.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToLINQ(System.Type,System.String)">
<summary>
<para>Binds the VerticalGrid 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.VerticalGridExtension"/> object specifying the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToLINQ(System.Type,System.String,System.EventHandler{DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs})">
<summary>
<para>Binds the VerticalGrid 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.VerticalGridExtension"/> object specifying the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.BindToXML(System.String)">
<summary>
<para>Binds the VerticalGrid 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.VerticalGridExtension.BindToXML(System.String,System.String)">
<summary>
<para>Binds the VerticalGrid 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.VerticalGridExtension.BindToXML(System.String,System.String,System.String)">
<summary>
<para>Binds the VerticalGrid 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.VerticalGridExtension.CreatePrintableObject(DevExpress.Web.Mvc.VerticalGridSettings,System.Object)">
<summary>
<para>Enables a VerticalGrid to be printed using the XtraPrinting Library.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"/> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source (typically, it is passed to the VerticalGrid&#39;s <see cref="M:DevExpress.Web.Mvc.VerticalGridExtension.Bind(System.Object)"/> method).</param>
<returns>An object supporting the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface that defines methods that enable the VerticalGrid to be printed.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object)">
<summary>
<para>Exports the VerticalGrid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String)">
<summary>
<para>Exports the VerticalGrid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to CSV format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object)">
<summary>
<para>Exports the VerticalGrid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String)">
<summary>
<para>Exports the VerticalGrid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to DOCX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToPdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object)">
<summary>
<para>Exports the VerticalGrid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToPdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToPdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToPdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToPdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String)">
<summary>
<para>Exports the VerticalGrid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToPdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToPdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToPdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to PDF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object)">
<summary>
<para>Exports the VerticalGrid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String)">
<summary>
<para>Exports the VerticalGrid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to RTF format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLS format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.ExportToXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to XLSX format, based on the provided settings.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="fileName">A <see cref="T:System.String"></see> value that specifies the target file name.</param>
<param name="saveAsFile">true to display the File Download dialog; false to display the file with exported data on a page.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
<returns>A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.GetBatchDeleteKeys``1">
<summary>
<para>Returns a list of keys that correspond to VerticalGrid records deleted on the client side in batch edit mode.</para>
</summary>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> object that stores the list of keys.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.GetBatchInsertValues``1(System.String)">
<summary>
<para>Returns a list of values added to the specified row on the client side in batch edit mode.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field or a model property.</param>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.List`1"/> object that stores a list of values that have been added on the client side.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.GetBatchUpdateValues``2(System.String)">
<summary>
<para>Returns a dictionary containing record keys and new values updated in the specified row on the client side in batch edit mode.</para>
</summary>
<param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field or a model property.</param>
<typeparam name="S"></typeparam>
<typeparam name="T"></typeparam>
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2"/> object that stores the record keys and new values.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.GetCustomDataCallbackResult(System.Object)">
<summary>
<para>Returns the specified result back to the client side after processing a callback within an Action defined by the <see cref="P:DevExpress.Web.Mvc.GridSettingsBase.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.VerticalGridExtension.GetViewModel(System.String)">
<summary>
<para>Returns the VerticalGrid&#39;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 VerticalGrid.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> object representing the VerticalGrid model.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.SetEditErrorText(System.String)">
<summary>
<para>Displays the specified (error) text in a special row at the bottom of the VerticalGrid.</para>
</summary>
<param name="message">A string value specifying the error text to be displayed.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension"/> object representing the VerticalGrid extension.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the VerticalGrid&#39;s data to a stream in CSV format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteCsv(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;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.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the grid&#39;s data to a stream in DOCX format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"/> object that contains Vertical Grid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteDocx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the grid&#39;s data to a stream in DOCX format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"/> object that contains Vertical Grid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A System.IO.Stream object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WritePdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the VerticalGrid&#39;s data to a stream in PDF format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WritePdf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;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.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the VerticalGrid&#39;s data to a stream in RTF format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteRtf(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the VerticalGrid&#39;s data to a stream in RTF format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:System.Web.Mvc.ActionResult"></see> containing the result of the VerticalGrid data export operation.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the VerticalGrid&#39;s data to a stream in XLS format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteXls(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to a stream in XLS format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"></see> object that provides export options.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream)">
<summary>
<para>Exports the VerticalGrid&#39;s data to a stream in XLSX format.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension.WriteXlsx(DevExpress.Web.Mvc.VerticalGridSettings,System.Object,System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
<summary>
<para>Exports the VerticalGrid&#39;s data to a stream in XLSX format with the specified export options.</para>
</summary>
<param name="settings">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"></see> object that contains VerticalGrid settings.</param>
<param name="dataObject">An object representing the VerticalGrid&#39;s data source.</param>
<param name="stream">A <see cref="T:System.IO.Stream"></see> object to which the data is exported.</param>
<param name="exportOptions">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"></see> object that provides export options.</param>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridExtension`1">
<summary>
<para>Represents an extension object implementing the VerticalGrid functionality.</para>
</summary>
<typeparam name="ColumnType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension`1.#ctor(DevExpress.Web.Mvc.VerticalGridSettings{`0})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension`1"/> class with the specified settings.</para>
</summary>
<param name="settings">An object containing extension specific settings.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridExtension`1.#ctor(DevExpress.Web.Mvc.VerticalGridSettings{`0},System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridExtension`1"/> 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"></see> object that is the view context.</param>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridFilteringState">
<summary>
<para>Contains information about the VerticalGrid&#39;s filtering-related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridFilteringState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridFilteringState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridFilteringState.FilterExpression">
<summary>
<para>Gets or sets the text representation of the filter criteria to be applied to the VerticalGrid.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridFilteringState.IsFilterApplied">
<summary>
<para>Gets or sets a value specifying whether the filter criteria defined via the <see cref="P:DevExpress.Web.Mvc.VerticalGridFilteringState.FilterExpression"/> property should be applied to the VerticalGrid.</para>
</summary>
<value>true, to apply the filter criteria to the VerticalGrid; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridFilteringState.ModifiedRows">
<summary>
<para>Provides access to a collection of VerticslGrid rows which participate in filtering.</para>
</summary>
<value>A collection of c objects which specify VerticalGrid rows participating in a filtering operation.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridFilteringState.SearchPanelFilter">
<summary>
<para>Gets or sets the filter criterion that is applied to the VerticalGrid using the search panel.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridModel">
<summary>
<para>A specific view model object that maintains the VerticalGrid&#39;s state and provides the means to populate itself with data when the VerticalGrid is used in the custom data binding mode.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridModel"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridModel.AppliedFilterExpression">
<summary>
<para>Gets the textual representation of the filter criteria applied to the VerticalGrid.</para>
</summary>
<value>A string value that specifies the applied filter expression.</value>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ApplyFilteringState(DevExpress.Web.Mvc.VerticalGridFilteringState)">
<summary>
<para>Updates the state of the VerticalGridModel with the current filtering state of the VerticalGrid.</para>
</summary>
<param name="filteringState">A <see cref="T:DevExpress.Web.Mvc.VerticalGridFilteringState"/> object that contains the entire state of the filtering operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ApplyFilteringState(DevExpress.Web.Mvc.VerticalGridRowState)">
<summary>
<para>Updates the state of the VerticalGridModel with the current single-row filtering state of the VerticalGrid.</para>
</summary>
<param name="rowState">A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> object that contains the state of the single-row filtering operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ApplyPagingState(DevExpress.Web.Mvc.VerticalGridPagerState)">
<summary>
<para>Updates the state of the VerticalGridModel with the current paging state of the VerticalGrid.</para>
</summary>
<param name="pagerState">A <see cref="T:DevExpress.Web.Mvc.VerticalGridPagerState"/> object that contains the state of the paging operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ApplySortingState(DevExpress.Web.Mvc.VerticalGridRowState)">
<summary>
<para>Updates the state of the VerticalGridModel with the current sorting state of the VerticalGrid.</para>
</summary>
<param name="rowState">A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> object that contains the state of the sorting operation performed by an end-user on the client side.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ApplySortingState(DevExpress.Web.Mvc.VerticalGridRowState,System.Boolean)">
<summary>
<para>Updates the state of the VerticalGridModel with the current sorting state of the VerticalGrid.</para>
</summary>
<param name="rowState">A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> object that contains the state of the sorting operation performed by an end-user on the client side.</param>
<param name="reset">true to reset the previous sorting state; otherwise false.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridModel.FilterExpression">
<summary>
<para>Gets or sets the filter criteria applied to the VerticalGrid.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridModel.IsFilterApplied">
<summary>
<para>Gets or sets a values specifying whether the filter expression should be applied to the VerticalGrid.</para>
</summary>
<value>true to apply the <see cref="P:DevExpress.Web.Mvc.VerticalGridModel.FilterExpression"/> to the VerticalGrid; otherwise false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridModel.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.VerticalGridModel.Pager">
<summary>
<para>Gets the VerticalGrid pager&#39;s main settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.VerticalGridPagerState"/> object containing information about the paging-related state.</value>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ProcessCustomBinding(DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler,DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler)">
<summary>
<para>Delegates the implementation of the grid view model population in the custom data binding mode to Model-layer functions specified via the method&#39;s parameters.</para>
</summary>
<param name="getDataColumnCountMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data columns. Implementation is required.</param>
<param name="getDataMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data columns requested by the grid. Implementation is required.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ProcessCustomBinding(DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler,DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler,DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesHandler)">
<summary>
<para>Delegates the implementation of the grid view model population in the custom data binding mode to Model-layer functions specified via the method&#39;s parameters.</para>
</summary>
<param name="getDataColumnCountMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data columns. Implementation is required.</param>
<param name="getDataMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data columns requested by the grid. Implementation is required.</param>
<param name="getSummaryValuesMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesHandler"/> delegate method allowing you to implement custom processing to calculate and return values of summaries required within the grid. Implementation is optional, but it is required if you use summaries within the grid.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ProcessCustomBinding(DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler,DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler,DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesHandler,DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler)">
<summary>
<para>Delegates the implementation of the grid view model population in the custom data binding mode to Model-layer functions specified via the method&#39;s parameters.</para>
</summary>
<param name="getDataColumnCountMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data columns. Implementation is required.</param>
<param name="getDataMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data columns requested by the grid. Implementation is required.</param>
<param name="getSummaryValuesMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetSummaryValuesHandler"/> delegate method allowing you to implement custom processing to calculate and return values of summaries required within the grid. Implementation is optional, but it is required if you use summaries within the grid.</param>
<param name="getUniqueHeaderFilterValuesMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler"/> 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 row. Implementation is optional, but it is required if you display header filter buttons to use filtering within the grid.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.ProcessCustomBinding(DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler,DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler,DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler)">
<summary>
<para>Delegates the implementation of a grid view model population in the custom data binding mode to Model-layer functions specified via the method&#39;s parameters.</para>
</summary>
<param name="getDataColumnCountMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataColumnCountHandler"/> delegate method allowing you to implement custom processing to return the total number of data columns. Implementation is required.</param>
<param name="getDataMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetDataHandler"/> delegate method allowing you to implement custom processing to return the data columns requested by the grid. Implementation is required.</param>
<param name="getUniqueHeaderFilterValuesMethod">A <see cref="T:DevExpress.Web.Mvc.VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler"/> 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 row. Implementation is optional, but it is required if you display header filter buttons to use filtering within the grid.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridModel.Rows">
<summary>
<para>Provides access to a collection that contains information (the current state) on row objects.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowStateCollection"/> object containing row states.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridModel.SearchPanel">
<summary>
<para>Gets settings specifying the search panel state.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.VerticalGridSearchPanelState"/> object containing information about the search panel state.</value>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridModel.SortBy(DevExpress.Web.Mvc.VerticalGridRowState,System.Boolean)">
<summary>
<para>Changes the VerticalGrid&#39;s sorting state according to the processed sorting operation.</para>
</summary>
<param name="row">A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> object containing the current state of the row related to the performed sorting operation.</param>
<param name="reset">true if the SHIFT key was not pressed during the performed sort operation and the previous sorting state should be reset; false if the sort operation was performed with the SHIFT key pressed and the previous sorting state should be preserved.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridModel.SortedRows">
<summary>
<para>Gets a collection of sorted rows.</para>
</summary>
<value>A collection of <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> objects providing information about the sorted rows within the VerticalGrid.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridModel.TotalSummary">
<summary>
<para>Provides access to a collection that contains information on the current state of total summary objects.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.VerticalGridSummaryItemStateCollection"/> collection containing summary item states.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridOperationType">
<summary>
<para>Lists values that identify data operations initiated within the ASPxVerticalGrid.</para>
</summary>
</member>
<member name="F:DevExpress.Web.Mvc.VerticalGridOperationType.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.VerticalGridOperationType.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.VerticalGridOperationType.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.VerticalGridPagerState">
<summary>
<para>Contains information about the VerticalGrid&#39;s paging-related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridPagerState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridPagerState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridPagerState.PageIndex">
<summary>
<para>Gets or sets the index of the currently selected page in the VerticalGrid.</para>
</summary>
<value>An integer value that specifies the active VerticalGrid page&#39;s index.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridPagerState.PageSize">
<summary>
<para>Gets or sets the number of records that can be displayed on a VerticalGrid page.</para>
</summary>
<value>An integer value that specifies the maximum number of records that can be displayed on a page.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridRowState">
<summary>
<para>Contains information (the current state) on an individual row.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridRowState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridRowState.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> class with the specified field name.</para>
</summary>
<param name="fieldName">The data field name identifying a VerticalGrid row that relates to the processed operation.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridRowState.AllowFilterBySearchPanel">
<summary>
<para>Specifies whether end-users can filter data by the column&#39;s display text using the search panel.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridRowState.FieldName">
<summary>
<para>Gets or sets the name of the data field associated with the current row.</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.VerticalGridRowState.FilterExpression">
<summary>
<para>Gets or sets the row&#39;s filter expression.</para>
</summary>
<value>A <see cref="T:System.String"/> value that represents the row&#39;s filter expression.</value>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridRowState.ForceType(System.Type)">
<summary>
<para>Inform the VerticalGrid extension about the types of its columns.</para>
</summary>
<param name="rowType">The VerticalGrid&#39;s row type.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridRowState.SortIndex">
<summary>
<para>Gets or sets the row&#39;s position among sorted rows.</para>
</summary>
<value>An integer value that specifies the zero-based row&#39;s index among sorted rows. &#0045;1 if data is not sorted by this row.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridRowState.SortOrder">
<summary>
<para>Gets or sets the row&#39;s sort order.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the row&#39;s sort order.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridRowStateCollection">
<summary>
<para>A collection that contains information (the current state) on row objects.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridRowStateCollection.Add">
<summary>
<para>Adds a new row state object to the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> representing the newly created row state object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridRowStateCollection.Add(DevExpress.Web.Mvc.VerticalGridRowState)">
<summary>
<para>Adds the specified row state object to the collection.</para>
</summary>
<param name="row">A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> object to add to the collection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> representing the newly created row state object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridRowStateCollection.Add(System.String)">
<summary>
<para>Adds a row state object specified by the field name to the collection.</para>
</summary>
<param name="fieldName">The data field name identifying the VerticalGrid row whose state information should be added to the collection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> representing the newly created row state object.</returns>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridRowStateCollection.Item(System.String)">
<summary>
<para>Returns an individual row 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 row&#39;s associated data field.</param>
<value>A <see cref="T:DevExpress.Web.Mvc.VerticalGridRowState"/> object the represents the state information of the row specified by the associated data field name.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridSearchPanelState">
<summary>
<para>Contains information about the VerticalGrid&#39;s search panel related state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSearchPanelState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridSearchPanelState"></see> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSearchPanelState.Filter">
<summary>
<para>Gets or sets the filter criterion that is applied to the VerticalGrid data using the search panel.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter criteria.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSearchPanelState.GroupOperator">
<summary>
<para>Specifies the logical operator used to combine conditions (multiple words separated by space characters).</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.GridViewSearchPanelGroupOperator"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSearchPanelState.RowNames">
<summary>
<para>Specifies the rows to which the search panel filter should be applied.</para>
</summary>
<value>A <see cref="T:System.String"/> value listing grid column identifiers that can be either: column name, field name, or caption.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridSettings">
<summary>
<para>Contains the VerticalGrid extension settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.AfterPerformCallback">
<summary>
<para>Enables you to perform custom actions after a callback or a postback initiated by the control has been processed on the server.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridAfterPerformCallbackEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.BeforeHeaderFilterFillItems">
<summary>
<para>Enables you to provide custom filter items instead of default ones displayed within a Popup Header Filter.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxVerticalGridBeforeHeaderFilterFillItemsEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.BeforeRowSorting">
<summary>
<para>Provides the opportunity to obtain the row sorting parameters and perform an action before a row is sorted.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridBeforeRowSortingEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CellEditorInitialize">
<summary>
<para>Enables initializing the cell editors displayed within the VerticalGrid edit cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the VerticalGrid.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.VerticalGridClientSideEvents"/> object which allows assigning handlers to the client-side events available to the VerticalGrid extension.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CommandButtonInitialize">
<summary>
<para>Enables individual column cells containing command row items to be initialized.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridCommandButtonEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CommandRow">
<summary>
<para>Provides access to the VerticalGrid&#39;s command row.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridCommandRow"/> object representing the grid command row.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CustomBindingRouteValuesCollection">
<summary>
<para>Defines the callback routing logic by specifying the names of Controllers and Actions that handle callbacks related to VerticalGrid 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.VerticalGridOperationType"/>) and the names of Controllers and Actions.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CustomButtonInitialize">
<summary>
<para>Enables you to initialize custom command buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridCustomButtonEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CustomJSPropertiesEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CustomRowDisplayText">
<summary>
<para>Enables custom display text to be provided for any cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridRowDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CustomRowSort">
<summary>
<para>Enables you to sort data using custom rules.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridCustomRowSortEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CustomSummaryCalculate">
<summary>
<para>Enables you to calculate summary values manually.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.CustomSummaryEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.CustomUnboundRowData">
<summary>
<para>Allows you to supply data to unbound rows.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridRowDataEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.EnableRecordsCache">
<summary>
<para>Gets or sets whether data caching is enabled.</para>
</summary>
<value>true, to enable data caching; otherwise, false.The default is false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.FormatConditions">
<summary>
<para>Provides access to a collection of format condition rules.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection"/> object that is a collection of rules.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.HeaderFilterEditorInitialize">
<summary>
<para>Occurs when a header filter editor is initialized.</para>
</summary>
<value>A delegate method.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.HeaderFilterFillItems">
<summary>
<para>Enables you to provide custom filter items displayed in a filter dropdown.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridHeaderFilterEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.HtmlCommandCellPrepared">
<summary>
<para>Allows you to change the settings of individual command row cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridCommandCellEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.HtmlDataCellPrepared">
<summary>
<para>Enables the settings of individual data cells to be changed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridDataCellEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.Images">
<summary>
<para>Provides access to the settings that define images for various elements in the VerticalGrid.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.VerticalGridImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.ImagesEditors">
<summary>
<para>Provides access to the settings that define images displayed in the VerticalGrid&#39;s editors.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.InitNewRecord">
<summary>
<para>Enables you to initialize added records.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Data.ASPxDataInitNewRowEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.Rows">
<summary>
<para>Provides access to a VerticalGrid&#39;s row collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection"/> object that is a collection of rows.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SearchPanelEditorCreate">
<summary>
<para>Enables you to replace the default search panel editor with custom one.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorCreateEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SearchPanelEditorInitialize">
<summary>
<para>Enables you to customize the properties of an editor displayed within the search panel.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetCategoryCaptionTemplateContent(System.Action{DevExpress.Web.VerticalGridHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template to render the captions of VerticalGrid category rows.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetCategoryCaptionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render the captions of VerticalGrid category rows.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetCategoryTemplateContent(System.Action{DevExpress.Web.VerticalGridHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template to render VerticalGrid category rows.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetCategoryTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template to render VerticalGrid category rows.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetDataItemContent(System.Action{DevExpress.Web.VerticalGridDataItemTemplateContainer})">
<summary>
<para>Allows you to provide 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.VerticalGridSettings.SetDataItemContent(System.String)">
<summary>
<para>Allows you to provide 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.VerticalGridSettings.SetEditItemContent(System.Action{DevExpress.Web.VerticalGridBatchEditItemTemplateContainer})">
<summary>
<para>Allows you to provide a template for displaying data editors.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetEditItemContent(System.String)">
<summary>
<para>Allows you to provide a template for displaying data editors.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetHeaderCaptionTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering row 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.VerticalGridSettings.SetHeaderCaptionTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering row header captions.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetHeaderTemplateContent(System.Action{DevExpress.Web.GridViewHeaderTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering row headers.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetHeaderTemplateContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering row headers.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetPagerBarContent(System.Action{DevExpress.Web.VerticalGridPagerBarTemplateContainer})">
<summary>
<para>Allows you to provide 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.VerticalGridSettings.SetPagerBarContent(System.String)">
<summary>
<para>Allows you to provide 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.VerticalGridSettings.SetStatusBarContent(System.Action{DevExpress.Web.VerticalGridStatusBarTemplateContainer})">
<summary>
<para>Allows you to provide 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.VerticalGridSettings.SetStatusBarContent(System.String)">
<summary>
<para>Allows you to provide 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.VerticalGridSettings.Settings">
<summary>
<para>Provides access to the VerticalGrid&#39;s display options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridSettings"/> object containing the VerticalGrid&#39;s display options.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsBehavior">
<summary>
<para>Provides access to the VerticalGrid&#39;s behavior settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridBehaviorSettings"/> object containing the VerticalGrid&#39;s behavior settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsCommandButton">
<summary>
<para>Provides access to the settings of the VerticalGrid&#39;s command buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridCommandButtonSettings"/> object containing the settings of the VerticalGrid&#39;s command buttons.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsCookies">
<summary>
<para>Provides access to the extension&#39;s cookie settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridCookiesSettings"/> object that contains the extension&#39;s cookie settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsDataSecurity">
<summary>
<para>Provides access to the VerticalGrid&#39;s security settings that allow disabling data modification operations such as editing, inserting and deleting.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridDataSecuritySettings"/> object containing data security settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsEditing">
<summary>
<para>Provides access to the VerticalGrid&#39;s edit settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridEditingSettings"/> object that contains the VerticalGrid&#39;s edit settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsExport">
<summary>
<para>Provides access to the VerticalGrid&#39;s export settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridExportSettings"/> object that contains export settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsFilterControl">
<summary>
<para>Provides access to the filter control&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxVerticalGridFilterControlSettings"/> object that contains the filter control settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridLoadingPanelSettings"/> object containing the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsPager">
<summary>
<para>Provides access to the pager&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxVerticalGridPagerSettings"/> object that contains pager settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsPopup">
<summary>
<para>Provides access to the settings of different vertical grid popup elements.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxVerticalGridPopupControlSettings"/> object that contains the popup element settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsSearchPanel">
<summary>
<para>Provides access to the search panel&#39;s settings.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridSearchPanelSettings"/> object that containing the search panel settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SettingsText">
<summary>
<para>Provides access to the VerticalGrid&#39;s text settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridTextSettings"/> object containing the VerticalGrid&#39;s text settings.</value>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetTitlePanelContent(System.Action{DevExpress.Web.VerticalGridTitleTemplateContainer})">
<summary>
<para>Allows you to provide a template for rendering the title panel.</para>
</summary>
<param name="contentMethod">A method to which a template content rendering is delegated.</param>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings.SetTitlePanelContent(System.String)">
<summary>
<para>Allows you to provide a template for rendering the title panel.</para>
</summary>
<param name="content">A string value specifying the template content.</param>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the extension&#39;s visual elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.VerticalGridStyles"/> object that provides style settings for view elements.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.StylesEditors">
<summary>
<para>Provides access to style settings defining the appearance of VerticalGrid&#39;s editors.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.StylesPager">
<summary>
<para>Provides access to the style settings that control the appearance of the Pager displayed within the VerticalGrid.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PagerStyles"/> object that provides style settings used to paint a pager.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.StylesPopup">
<summary>
<para>Provides access to the style settings defining the appearance of different popup elements within a vertical grid.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.VerticalGridPopupControlStyles"/> object that contains style settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.SummaryDisplayText">
<summary>
<para>Allows you to provide custom display text for any summary value.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.ToolbarItemClick">
<summary>
<para>Fires after a toolbar item has been clicked.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxVerticalGridToolbarItemClickEventHandler"/> delegate method allowing you to implement custom processing.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.Toolbars">
<summary>
<para>Gets the collection of toolbars in the <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings"/> control.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridToolbarCollection"/> object which represents the collection of toolbars within the grid.</value>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings.TotalSummary">
<summary>
<para>Provides access to total summary items.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItemCollection"/> object representing the total summary collection.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridSettings`1">
<summary>
<para>Contains the VerticalGrid extension settings.</para>
</summary>
<typeparam name="ColumnType"></typeparam>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridSettings`1"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings`1.FormatConditions">
<summary>
<para>Provides access to a collection of format condition rules.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridFormatConditionCollection`1"/> object that is a collection of rules.</value>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSettings`1.KeyFields``1(System.Linq.Expressions.Expression{System.Func{`0,``0}}[])">
<summary>
<para>Allows defining the key fields.</para>
</summary>
<param name="keyExpressions">An expression that identifies a key field.</param>
<typeparam name="ValueType"></typeparam>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSettings`1.Rows">
<summary>
<para>Provides access to a VerticalGrid&#39;s row collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Mvc.MVCxVerticalGridRowCollection`1"/> object that is a collection of rows.</value>
</member>
<member name="T:DevExpress.Web.Mvc.VerticalGridSummaryItemState">
<summary>
<para>Contains information about an individual summary item.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSummaryItemState.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridSummaryItemState"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.VerticalGridSummaryItemState.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.VerticalGridSummaryItemState.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.VerticalGridSummaryItemState.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.VerticalGridSummaryItemStateCollection">
<summary>
<para>A collection that contains information (the current state) on summary items.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSummaryItemStateCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.VerticalGridSummaryItemStateCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.VerticalGridSummaryItemStateCollection.Add(DevExpress.Web.Mvc.VerticalGridSummaryItemState)">
<summary>
<para>Adds the specified object to the collection.</para>
</summary>
<param name="state">A <see cref="T:DevExpress.Web.Mvc.VerticalGridSummaryItemState"/> object to add to the collection.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.VerticalGridSummaryItemState"/> object to add to the collection.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.WaterfallSeriesViewActionMethodContainer">
<summary>
<para></para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.WaterfallSeriesViewActionMethodContainer.WaterfallAbsoluteValueOptions(System.Action{DevExpress.XtraCharts.WaterfallAbsoluteValueOptions})">
<summary>
<para></para>
</summary>
<param name="valueOptionsAction"></param>
</member>
<member name="M:DevExpress.Web.Mvc.WaterfallSeriesViewActionMethodContainer.WaterfallRelativeValueOptions(System.Action{DevExpress.XtraCharts.WaterfallRelativeValueOptions})">
<summary>
<para></para>
</summary>
<param name="valueOptionsAction"></param>
</member>
<member name="T:DevExpress.Web.Mvc.WebDocumentViewerExtension">
<summary>
<para>Renders the <see cref="T:DevExpress.XtraReports.Web.ASPxWebDocumentViewer"/> in ASP.NET MVC.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> 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.WebDocumentViewerExtension.#ctor(DevExpress.Web.Mvc.SettingsBase,System.Web.Mvc.ViewContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> 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="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.Bind(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Binds the Document Viewer to a report.</para>
</summary>
<param name="report">A <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.Bind(DevExpress.XtraReports.Web.CachedReportSourceWeb)">
<summary>
<para>Binds the Document Viewer to the report associated with the specified <see cref="T:DevExpress.XtraReports.Web.CachedReportSourceWeb"/> object.</para>
</summary>
<param name="cachedReportSource">A <see cref="T:DevExpress.XtraReports.Web.CachedReportSourceWeb"/> object associated with the report to be displayed.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.Bind(DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel)">
<summary>
<para>Binds the Document Viewer to a model.</para>
</summary>
<param name="model">A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel"/> object.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.Bind(System.Byte[])">
<summary>
<para>Binds the Document Viewer to a report.</para>
</summary>
<param name="reportXmlLayout">A <see cref="T:System.Byte"/> array.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.Bind(System.String)">
<summary>
<para>Binds the Document Viewer to the specified report.</para>
</summary>
<param name="reportUrl">A <see cref="T:System.String"/> value specifying a report&#39;s unique name.</param>
<returns>A <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.GetJsonModelScript(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.</para>
</summary>
<param name="report">A report to open in the Web Document Viewer on application start.</param>
<returns>A string containing a Web Document Viewer model.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.GetJsonModelScript(DevExpress.XtraReports.UI.XtraReport,System.String)">
<summary>
<para>Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.</para>
</summary>
<param name="report">A report to open in the Web Document Viewer on application start.</param>
<param name="controllerUri">URI of the controller action that processes requests from the Web Document Viewer.</param>
<returns>A string containing a Web Document Viewer model.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport)">
<summary>
<para>Returns the session settings of a Document Viewer with the specified report.</para>
</summary>
<param name="report">A <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel"/> object.</returns>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerExtension.GetModel(DevExpress.XtraReports.UI.XtraReport,System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem})">
<summary>
<para>Returns the session settings of a Document Viewer with the specified report and menu items.</para>
</summary>
<param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
<param name="menuItems">A collection of <see cref="T:DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItem"/> objects.</param>
<returns>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerModel"/> object.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.WebDocumentViewerSettings">
<summary>
<para>Stores settings of the <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerExtension"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.WebDocumentViewerSettings.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerSettings"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.AllowURLsWithJSContent">
<summary>
<para>Specifies whether or not the execution of the JavaScript code placed in URLs is allowed.</para>
</summary>
<value>true, to allow the execution of the JavaScript code placed in URLs; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.ClientSideEvents">
<summary>
<para>Provides access to the client-side events specific to the <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerSettings"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewerClientSideEvents"/> object that provides client-side events to the <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerSettings"/>.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.DisableHttpHandlerValidation">
<summary>
<para>Specifies whether to disable the HttpHandler validation.</para>
</summary>
<value>true, to disable the validation; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.MenuItems">
<summary>
<para>Provides access to the collection of menu items of the <see cref="T:DevExpress.Web.Mvc.WebDocumentViewerSettings"/>.</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerMenuItem"/> objects.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.MobileMode">
<summary>
<para>Specifies whether or not the Web Document Viewer should be configured for use on mobile devices.</para>
</summary>
<value>true, to enable the mobile mode; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.ReportSourceId">
<summary>
<para>Specifies the source report ID.</para>
</summary>
<value>A <see cref="T:System.String"/> value, identifying the report source during a session.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.SettingsClientSideModel">
<summary>
<para>Provides access to the settings of the Web Document Viewer&#39;s client-side model.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.WebDocumentViewerClientSideModelSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.SettingsMobile">
<summary>
<para>Provides access to the Mobile Mode settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraReports.Web.WebDocumentViewer.MobileWebDocumentViewerSettings"/> object.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.SettingsProgressBar">
<summary>
<para>Provides access to the Web Document Viewer&#39;s progress bar settings.</para>
</summary>
<value>An object that specifies progress bar settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.SettingsRemoteSource">
<summary>
<para>Provides access to the Web Document Viewer&#39;s remote document source settings.</para>
</summary>
<value>An object that specifies remote document source settings.</value>
</member>
<member name="P:DevExpress.Web.Mvc.WebDocumentViewerSettings.SettingsTabPanel">
<summary>
<para>Provides access to the Web Document Viewer&#39;s tab panel settings.</para>
</summary>
<value>An object that specifies tab panel settings.</value>
</member>
<member name="T:DevExpress.Web.Mvc.XtraChartsCollectionExtensions">
<summary>
<para>A class storing extension methods allowing you to add chart elements configured using delegate methods to collections.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.ChartTitleCollection,System.Action{DevExpress.XtraCharts.ChartTitle})">
<summary>
<para>Adds a new chart title configured using the specified method to the specified chart title collection.</para>
</summary>
<param name="titlesCollection">A chart title collection to which a new title will be added.</param>
<param name="titleAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ChartTitle"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.ConstantLineCollection,System.Action{DevExpress.XtraCharts.ConstantLine})">
<summary>
<para>Adds a new constant line configured using the specified method to the specified constant lines collection of an axis.</para>
</summary>
<param name="collection">A collection of constant lines to which a new constant line will be added.</param>
<param name="constantLineAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ConstantLine"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.CustomAxisLabelCollection,System.Action{DevExpress.XtraCharts.CustomAxisLabel})">
<summary>
<para>Adds a new custom axis label configured using the specified method to the specified custom axis labels collection of an axis.</para>
</summary>
<param name="collection">A collection of custom axis label to which a new custom label will be added.</param>
<param name="labelAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.CustomAxisLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.CustomLegendItemCollection,System.Action{DevExpress.XtraCharts.CustomLegendItem})">
<summary>
<para>Adds a new custom legend item configured using the specified method to the specified legend items collection of a legend.</para>
</summary>
<param name="collection">A collection of custom legend items to which a new custom legend item will be added.</param>
<param name="itemAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.CustomLegendItem"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.LegendCollection,System.Action{DevExpress.XtraCharts.Legend})">
<summary>
<para>Adds a new legend configured using the specified method to the specified legends collection of a chart.</para>
</summary>
<param name="collection">A collection of legends to which a new legend will be added.</param>
<param name="legendAction">A delegate method used to configure a <see cref="T:DevExpress.XtraCharts.Legend"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.ScaleBreakCollection,System.Action{DevExpress.XtraCharts.ScaleBreak})">
<summary>
<para>Adds a new scale break configured using the specified method to the specified scale breaks collection of a legend.</para>
</summary>
<param name="collection">A collection of scale breaks to which a new scale break will be added.</param>
<param name="scaleBreakAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ScaleBreak"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.SecondaryAxisXCollection,System.Action{DevExpress.XtraCharts.SecondaryAxisX})">
<summary>
<para>Adds a new secondary X-axis configured using the specified method to the specified secondary X-axes collection of a XY-diagram.</para>
</summary>
<param name="axisXCollection">A collection of secondary X-axes to which a new secondary X-axis will be added.</param>
<param name="axisAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SecondaryAxisX"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.SecondaryAxisYCollection,System.Action{DevExpress.XtraCharts.SecondaryAxisY})">
<summary>
<para>Adds a new secondary Y-axis configured using the specified method to the specified secondary Y-axes collection of a XY-diagram.</para>
</summary>
<param name="axisXCollection">A collection of secondary Y-axes to which a new secondary Y-axis will be added.</param>
<param name="axisAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SecondaryAxisY"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.SeriesCollection,System.Action{DevExpress.XtraCharts.Series})">
<summary>
<para>Adds a new series configured using the specified delegate to the specified series collection.</para>
</summary>
<param name="seriesCollection">A chart series collection.</param>
<param name="seriesAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Series"/> object which will be added.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.SeriesPointFilterCollection,System.Action{DevExpress.XtraCharts.SeriesPointFilter})">
<summary>
<para>Adds a new series point filter configured using the specified method to the specified filters collection of a series.</para>
</summary>
<param name="collection">A collection of series point filters to which a new filter will be added.</param>
<param name="filterAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SeriesPointFilter"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.SeriesTitleCollection,System.Action{DevExpress.XtraCharts.SeriesTitle})">
<summary>
<para>Adds a new series title configured using the specified method to the specified titles collection of a series.</para>
</summary>
<param name="collection">A collection of series titles to which a new title will be added.</param>
<param name="titleAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SeriesTitle"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.StripCollection,System.Action{DevExpress.XtraCharts.Strip})">
<summary>
<para>Adds a new strip configured using the specified method to the specified strips collection of a legend.</para>
</summary>
<param name="collection">A collection of strips to which a new strip will be added.</param>
<param name="stripAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Strip"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisXCollection,System.Action{DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX})">
<summary>
<para>Adds a new secondary X-axis configured using the specified method to the swift plot diagram&#39;s secondary X-axes collection.</para>
</summary>
<param name="collection">A swift plot diagram secondary X-axes collection to which a secondary X-axis will be added.</param>
<param name="axisAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisX"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisYCollection,System.Action{DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY})">
<summary>
<para>Adds a new secondary Y-axis configured using the specified method to the swift plot diagram&#39;s secondary Y-axes collection.</para>
</summary>
<param name="collection">A swift plot diagram secondary Y-axes collection to which a secondary Y-axis will be added.</param>
<param name="axisAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Add(DevExpress.XtraCharts.XYDiagramPaneCollection,System.Action{DevExpress.XtraCharts.XYDiagramPane})">
<summary>
<para>Adds a new pane configured using the specified method to the specified pane collection.</para>
</summary>
<param name="collection">A pane collection to which a pane will be added.</param>
<param name="paneAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.XYDiagramPane"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.AddImageAnnotation(DevExpress.XtraCharts.AnnotationCollection,System.Action{DevExpress.XtraCharts.ImageAnnotation})">
<summary>
<para>Adds a new image annotation configured using the specified method to the specified annotations collection.</para>
</summary>
<param name="collection">A collection of annotations to which a new annotation will be added.</param>
<param name="annotationAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.AddImageAnnotation(DevExpress.XtraCharts.AnnotationRepository,System.Action{DevExpress.XtraCharts.ImageAnnotation})">
<summary>
<para>Adds a new image annotation configured using the specified method to the specified annotations repository.</para>
</summary>
<param name="collection">A repository of annotations to which a new annotation will be added.</param>
<param name="annotationAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ImageAnnotation"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.AddTextAnnotation(DevExpress.XtraCharts.AnnotationCollection,System.Action{DevExpress.XtraCharts.TextAnnotation})">
<summary>
<para>Adds a new text annotation configured using the specified method to the specified annotations collection.</para>
</summary>
<param name="collection">A collection of annotations to which a new annotation will be added.</param>
<param name="annotationAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.TextAnnotation"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.AddTextAnnotation(DevExpress.XtraCharts.AnnotationRepository,System.Action{DevExpress.XtraCharts.TextAnnotation})">
<summary>
<para>Adds a new text annotation configured using the specified method to the specified annotations repository.</para>
</summary>
<param name="collection">A repository of annotations to which a new annotation will be added.</param>
<param name="annotationAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.TextAnnotation"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Default(DevExpress.XtraCharts.LegendCollection,System.Action{DevExpress.XtraCharts.Legend})">
<summary>
<para>Configures the default chart legend.</para>
</summary>
<param name="collection">A collection of chart legends.</param>
<param name="defaultLegendAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.Legend"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Default(DevExpress.XtraCharts.XYDiagramPaneCollection,System.Action{DevExpress.XtraCharts.XYDiagramDefaultPane})">
<summary>
<para>Configures the pane of the XY diagram.</para>
</summary>
<param name="collection">The diagram&#39;s panes collection.</param>
<param name="paneAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.XYDiagramDefaultPane"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsCollectionExtensions.Template(DevExpress.XtraCharts.SeriesCollection,System.Action{DevExpress.XtraCharts.SeriesTemplate})">
<summary>
<para></para>
</summary>
<param name="collection"></param>
<param name="templateAction"></param>
</member>
<member name="T:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions">
<summary>
<para>A class storing extension methods allowing you to add indicators configured using delegate methods to the indicators collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddAverageTrueRange(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.AverageTrueRange})">
<summary>
<para>Adds a new Average True Range indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.AverageTrueRange"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddBollingerBands(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.BollingerBands})">
<summary>
<para>Adds a new Bollinger Bands indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.BollingerBands"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddChaikinsVolatility(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.ChaikinsVolatility})">
<summary>
<para>Adds a new Chaikin&#39;s Volatility indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ChaikinsVolatility"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddCommodityChannelIndex(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.CommodityChannelIndex})">
<summary>
<para>Adds a new Commodity Channel Index indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.CommodityChannelIndex"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddDataSourceBasedErrorBars(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.DataSourceBasedErrorBars})">
<summary>
<para>Adds a new Data Source Based error bars indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.DataSourceBasedErrorBars"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddDetrendedPriceOscillator(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.DetrendedPriceOscillator})">
<summary>
<para>Adds a new Detrended Price Oscillator indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.DetrendedPriceOscillator"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddExponentialMovingAverage(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.ExponentialMovingAverage})">
<summary>
<para>Adds a new Exponential Moving Average indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.ExponentialMovingAverage"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddFibonacciIndicator(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.FibonacciIndicator})">
<summary>
<para>Adds a new Fibonacci indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FibonacciIndicator"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddFixedValueErrorBars(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.FixedValueErrorBars})">
<summary>
<para>Adds a new Fixed Value error bars indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.FixedValueErrorBars"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddMassIndex(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.MassIndex})">
<summary>
<para>Adds a new Mass Index indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.MassIndex"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddMedianPrice(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.MedianPrice})">
<summary>
<para>Adds a new Median Price indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.MedianPrice"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddMovingAverageConvergenceDivergence(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.MovingAverageConvergenceDivergence})">
<summary>
<para>Adds a new Moving Average Convergence Divergence indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.MovingAverageConvergenceDivergence"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddPercentageErrorBars(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.PercentageErrorBars})">
<summary>
<para>Adds a new Percentage error bars indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.PercentageErrorBars"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddRateOfChange(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.RateOfChange})">
<summary>
<para>Adds a new Rate Of Change indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RateOfChange"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddRegressionLine(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.RegressionLine})">
<summary>
<para>Adds a new regression line configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RegressionLine"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddRelativeStrengthIndex(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.RelativeStrengthIndex})">
<summary>
<para>Adds a new Relative Strength Index indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.RelativeStrengthIndex"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddSimpleMovingAverage(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.SimpleMovingAverage})">
<summary>
<para>Adds a new Simple Moving Average indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.SimpleMovingAverage"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddStandardDeviation(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.StandardDeviation})">
<summary>
<para>Adds a new Standard Deviation indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StandardDeviation"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddStandardDeviationErrorBars(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.StandardDeviationErrorBars})">
<summary>
<para>Adds a new Standard Deviation error bars indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StandardDeviationErrorBars"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddStandardErrorBars(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.StandardErrorBars})">
<summary>
<para>Adds a new Standard Error error bars indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.StandardErrorBars"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddTrendLine(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.TrendLine})">
<summary>
<para>Adds a new trend line configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.TrendLine"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddTriangularMovingAverage(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.TriangularMovingAverage})">
<summary>
<para>Adds a new Triangular Moving Average indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.TriangularMovingAverage"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddTripleExponentialMovingAverageTema(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.TripleExponentialMovingAverageTema})">
<summary>
<para>Adds a new Triple Exponential Moving Average (TEMA) indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.TripleExponentialMovingAverageTema"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddTripleExponentialMovingAverageTrix(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.TripleExponentialMovingAverageTrix})">
<summary>
<para>Adds a new Triple Exponential Moving Average indicator (TRIX) configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.TripleExponentialMovingAverageTrix"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddTypicalPrice(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.TypicalPrice})">
<summary>
<para>Adds a new Typical Price indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.TypicalPrice"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddWeightedClose(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.WeightedClose})">
<summary>
<para>Adds a new Weighted Close indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.WeightedClose"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddWeightedMovingAverage(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.WeightedMovingAverage})">
<summary>
<para>Adds a new Weighted Moving Average indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.WeightedMovingAverage"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsIndicatorCollectionExtensions.AddWilliamsR(DevExpress.XtraCharts.IndicatorCollection,System.Action{DevExpress.XtraCharts.WilliamsR})">
<summary>
<para>Adds a new Williams %R indicator configured using the specified method to the specified indicators collection of a series.</para>
</summary>
<param name="collection">A collection of indicators to which a new indicator will be added.</param>
<param name="indicatorAction">A delegate method configuring a <see cref="T:DevExpress.XtraCharts.WilliamsR"/> object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.XtraChartsLineSeriesViewExtensions">
<summary>
<para></para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsLineSeriesViewExtensions.SegmentColorizers(DevExpress.XtraCharts.LineSeriesView)">
<summary>
<para></para>
</summary>
<param name="linesView"></param>
<returns></returns>
</member>
<member name="T:DevExpress.Web.Mvc.XtraChartsSeriesBaseExtensions">
<summary>
<para>A class providing an extension method allowing you to configure a series view using delegate methods.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesBaseExtensions.Views(DevExpress.XtraCharts.SeriesBase)">
<summary>
<para>Returns an object of a class providing access to methods allowing you to configure the specified series&#39; view.</para>
</summary>
<param name="seriesBase">A series object whose view should be configured.</param>
<returns>An object that provides access to methods allowing you to configure the specified series&#39; view.</returns>
</member>
<member name="T:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions">
<summary>
<para>A class providing an extension method allowing you to configure series labels using delegate methods.</para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.Area3DSeriesView,System.Action{DevExpress.XtraCharts.Area3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.Area3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.Bar3DSeriesView,System.Action{DevExpress.XtraCharts.Bar3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.Bar3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.BubbleSeriesView,System.Action{DevExpress.XtraCharts.BubbleSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.BubbleSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.Doughnut3DSeriesView,System.Action{DevExpress.XtraCharts.Doughnut3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.Doughnut3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.DoughnutSeriesView,System.Action{DevExpress.XtraCharts.DoughnutSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.DoughnutSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.FinancialSeriesViewBase,System.Action{DevExpress.XtraCharts.StockSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.StockSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.FullStackedArea3DSeriesView,System.Action{DevExpress.XtraCharts.FullStackedArea3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.FullStackedArea3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.FullStackedAreaSeriesView,System.Action{DevExpress.XtraCharts.FullStackedAreaSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.FullStackedAreaSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.FullStackedBar3DSeriesView,System.Action{DevExpress.XtraCharts.FullStackedBar3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.FullStackedBar3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.FullStackedBarSeriesView,System.Action{DevExpress.XtraCharts.FullStackedBarSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.FullStackedBarSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.Funnel3DSeriesView,System.Action{DevExpress.XtraCharts.Funnel3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.Funnel3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.FunnelSeriesView,System.Action{DevExpress.XtraCharts.FunnelSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.FunnelSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.Line3DSeriesView,System.Action{DevExpress.XtraCharts.Line3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.Line3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.NestedDoughnutSeriesView,System.Action{DevExpress.XtraCharts.NestedDoughnutSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.NestedDoughnutSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.Pie3DSeriesView,System.Action{DevExpress.XtraCharts.Pie3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.Pie3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.PieSeriesView,System.Action{DevExpress.XtraCharts.PieSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.PieSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.PointSeriesView,System.Action{DevExpress.XtraCharts.PointSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.PointSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.RadarRangeAreaSeriesView,System.Action{DevExpress.XtraCharts.RadarRangeAreaSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.RadarRangeAreaSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.RadarSeriesViewBase,System.Action{DevExpress.XtraCharts.RadarPointSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.RadarPointSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.RangeArea3DSeriesView,System.Action{DevExpress.XtraCharts.RangeArea3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.RangeArea3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.RangeAreaSeriesView,System.Action{DevExpress.XtraCharts.RangeAreaSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.RangeAreaSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.RangeBarSeriesView,System.Action{DevExpress.XtraCharts.RangeBarSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.RangeBarSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.SideBySideBarSeriesView,System.Action{DevExpress.XtraCharts.SideBySideBarSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.SideBySideBarSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.StackedArea3DSeriesView,System.Action{DevExpress.XtraCharts.StackedArea3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.StackedArea3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.StackedBar3DSeriesView,System.Action{DevExpress.XtraCharts.StackedBar3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.StackedBar3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.StackedBarSeriesView,System.Action{DevExpress.XtraCharts.StackedBarSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.StackedBarSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.StackedLine3DSeriesView,System.Action{DevExpress.XtraCharts.StackedLine3DSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.StackedLine3DSeriesLabel"/> object.</param>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsSeriesViewExtensions.SeriesLabel(DevExpress.XtraCharts.StackedLineSeriesView,System.Action{DevExpress.XtraCharts.StackedLineSeriesLabel})">
<summary>
<para>Configures options of the series label using the specified method.</para>
</summary>
<param name="view">A series view on which the series label type depends.</param>
<param name="labelAction">A delegate method configuring the <see cref="T:DevExpress.XtraCharts.StackedLineSeriesLabel"/> object.</param>
</member>
<member name="T:DevExpress.Web.Mvc.XtraChartsWaterfallSeriesViewExtensions">
<summary>
<para></para>
</summary>
</member>
<member name="M:DevExpress.Web.Mvc.XtraChartsWaterfallSeriesViewExtensions.ValueOptions(DevExpress.XtraCharts.WaterfallSeriesView)">
<summary>
<para></para>
</summary>
<param name="waterfall"></param>
<returns></returns>
</member>
</members>
</doc>